August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.links[num].href
The href property associated with the Area property contains the entire URL specified by the HREF attribute of the <area> tag. This property is a read/write string.
In Listing 7.12, a sports car picture site is created. Selecting your location determines from which site a large picture of the sports car is retrieved. This is accomplished by modifying the href property to link to a completely different site based on the user's choice of cars.
<html> <body> <center><h1><u>Sports Car Pictures</u></h1></center> <h3>Step 1: Choose a car.</h3> <form name="question"> <input ... |
Read now
Unlock full access