|
You are here > Web Design > Web Accessibility > 41.1. Scripts Using Event Handlers
Scripts Using Event Handlers
An event handler is a script that is executed when a certain event occurs. For example, document is loaded, a key is pressed, or the mouse moves.
Hyperlinks that can only be activated by an event handler must have alternatives. If you use event handlers that produce substantial effects, such as provide important information to the user, or submit a form, you should provide alternatives to assist disabled users.
NOSCRIPT Alternatives >>>
|