Name

href — NN 2 IE 3 DOM 1

Synopsis

Read/Write

The URL specified by the element’s HREF attribute.

Example

document.all.myLink.href = "http://www.megacorp.com"
document.links[2].href = "http://www.megacorp.com"

Value

String of complete or relative URL.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.