Skip to main content

Posts

Showing posts from August, 2012

Standard Events of HTML and XHTML

Standard Event Attributes <body> and <frameset> Events The two attributes below can only be used in <body> or <frameset>: Attribute Value Description onload script Script to be run when a document load onunload script Script to be run when a document unload Form Events The attributes below can be used in form elements: Attribute Value Description onblur script Script to be run when an element loses focus onchange script Script to be run when an element changes onfocus script Script to be run when an element gets focus onreset script Script to be run when a form is reset onselect script Script to be run when an element is selected onsubmit script Script to be run when a form is submitted Image Events The attribute below can be used with the img element: Attribute Value Description onabort script Script to be run when loading of an image is interrupted Keyboard Events Valid in all elements except base, bdo, br, frame, f