4. JavaScript À̺¥Æ®, ³»Àå °´Ã¼

Event Handler
JavaScript Events
JavaScript ³»Àå °´Ã¼ (Core Object)
ÁÖ¿ä Browser ³»Àå °´Ã¼
object properties methods events
window  frames, parent, self, top, status, . . . alert(), close(), confirm(), open(), prompt() onLoad, onUnload, onBlur, onFocus
document title, location, lastModified, ... bgColor, fgColor, linkColor, alinkColor, vlinkColor, ... clear(), close(), open(), write(), writeln() onLoad, onUnload, onBlur, onFocus
history  length back(), forward(), go()   
location href, host, ...  reload(), replace()   
text,  textarea defaultValue, name, value blur(), focus(), select() onChange, ... , onSelect
checkbox, radio name, value, checked, defaultChecked  click() onClick
button, submit,  reset name,  value click() onClick
navigator appName, appVersion, appCodeName, userAgent, mimeTypes, plugins javaEnabled()    // ÇöÀç ºê¶ó¿ìÀú°¡ ÀÚ¹Ù¸¦ Áö¿øÇÏ´ÂÁö °Ë»ç   
³»Àå °´Ã¼ ±¸Á¶µµ (Built-in Objects Hierarchy)

5. JavaScript ±âÃÊ ¿¹Á¦ 2

Function : Argument Àü´Þ ¿¹1
Function : Argument Àü´Þ ¿¹2
Form Input ó¸® ¿¹Á¦