|
CNET GLOSSARY: Terms for the techie
event handler
An event is an action that occurs on a Web page, such as clicking a link. An event may be performed by the user or by a software script. In JavaScript, an event handler is a mechanism for causing a script to react to an event. For example, if you set the onClick event handler equal to a function call or a JavaScript statement and include the event handler as an attribute in a link, the code will be executed when the user clicks the link.
Can't find your term here? Have a question about the glossary? E-mail us.
|





