Note:
Read and write property.
For the <a>, this property specifies the anchor point of the URL.
<area>, and
<link> elements,
--------------------------------------------------------------------------------------
For the <base> element, it establishes a default URL for
relative links.
--------------------------------------------------------------------------------------
For the location object, it specifies the entire URL.
--------------------------------------------------------------------------------------
For the styleSheet object, it specifies the URL of the linked style sheet.
Syntax:
document.getElementById("elementID").href = value
document.all.elementID.href = value // IE only
|