July 1998
Intermediate to advanced
1456 pages
65h 5m
English
href — NN n/a IE 4 DOM 1
Read/Write
The URL of a document whose server path is to be used as the base URL for all relative references in the document. This is typically the URL of the current document, but it can be set to another path if it makes sense to your document organization and directory structure.
document.all.myBase.href = "http://www.megacorp.com"
String of complete or relative URL.
Current document pathname.
Read now
Unlock full access