August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.links[num].handleEvent(event)
The handleEvent() method invokes the event handler associated with the event argument. Table 7.4 lists the argument and return value associated with this method.
| Type | Item | Description |
|---|---|---|
| Argument | event | An Event object. |
| Returns | The value returned from the event handler associated with event is returned from this method. |
Listing 7.8 creates a Web page for learning more about the toppings used on a pizza. When an area is clicked, the user is taken to a place within the document to learn more about the pizza topping. The handleEvent() ...
Read now
Unlock full access