Home - Help & Support - Contact Us
    

JavaScript Events And Event Handlers.

Events are actions triggered by users such as clicking a button, going over a link by a mouse (mouseover)  or any action initiated by a user that can trigger an action that invokes a JavaScript.

An event handler is a JavaScript command that tells the script what to do when the event occurs.

This is a list of event handlers in javascript:

onClick, onChange, onError, onAbort, onBlur, onMouseOver, onMouseOut, onLoad, onFocus, onReset, onSelect, onSubmit, onUnload.

 

Rated:NR/0 Votes
502 Views
More Articles From JavaScript
More Articles From JavaScript
Print Article
Print
Share |
Comments, Questions & Reviews

Comments is currently disabled for this article!
Related Articles and Readings
What is Javascript?
 Javascript is a scripting language developed by Netscape for writing short programs embedded in a web page.Javascript is a client-side scripting ...
The information provided in this article is for general information and/or the comments is the sole responsibility of their respective authors and does not necessarily reflect the opinion of zeronese.net does not endorse any article and/or comments published by our web users unless otherwise noted.