javascript AREA port
| port | NN 2 IE 3 DOM 1 |
| Read/Write | |
|
Provides the port component of the URL assigned to the AREA element's href attribute. This consists of all URL information following the colon after the last character of the domain name. The colon is not part of the port property value. |
|
| Example | |
document.getElementById("myLink").port = "80";
|
|
| Value | |
|
String (a numeric value as string). |
|
| Default | |
|
None. |
|
Previous: javascript AREA protocol
Next: javascript AREA pathname
251,Nickname,Homepage or email,Comments here,Add comment
