In Association with Amazon.in   Flipkart

Thursday, November 14, 2013

JavaScript Event Attribute Statements

JavaScript Event Attribute Statements

Onclick : When we click on the current object.

Ondblclick: When we double click on the current object.

Onchange: When we change an option on the dropdown menu.

Onreset: To Clear Form Content for confirmation.

Onsubmit: To check form validation

Onfocus: When control enters on the current object.

Onblor: When controljumps on the current object.

Onload: When Web Page Loads.

Onmouseover: When mouse pointer enters on the current object.

Onmousemove: When mouse pointer moves on the current object.

Onmousedown: When mouse left click down on the current object.

Onmouseup: When mouse left click Up on the current object.

Onmouseout: When mouse pointer comes out on the current object

Onkeypress: When Keyboard Key press on the current object

Onkeyup: When Keyboard Key press up on the current object

Onkeydown: When Keyboard Key press down on the current object

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...