Assignment009
Javascript Event Handlers
- onclick - onclick event (when something is clicked)
- ondblclick - ondblclick event (when something is clicked twice)
- onload - onload event (whent the page loads)
- onbeforeunload - onbeforeunload event(when the page is unload - user leaves the page)
- onmouseover - onmouseover even (when the mouse moves over something)