Javascript Reference
Categories: AREA

javascript AREA href

@June 17, 2009, 6:18 p.m.
href Firefox/Netscape/NN 2 IE 3 Chrome/Safari/DOM 1  

 

Read/Write  

This is the URL specified by the element's href attribute.

 
Example
 
document.links[2].href = "http://javascript.gakaa.com";
 
Value

String of complete or relative URL.

 
Default

None.


Powered by Linode.