August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The Link object represents an HTML hypertext link. This can be an image, text, or predefined area within the Web page. All HTML links are stored in a links[] array. The Link object has specific properties and methods associated with it, as shown in Table 7.33.
| Property/Method | Description |
|---|---|
| handleEvent | Event Handler |
| hash | Represents an anchor name in the URL for the link, which begins with the # character |
| host | Represents the host portion of the URL associated with a link |
| hostname | Represents the hostname portion of the URL associated with a link |
| href | Represents the complete ... |
Read now
Unlock full access