July 1998
Intermediate to advanced
1456 pages
65h 5m
English
URL — NN 3 IE 4 DOM n/a
Read/Write
The URL of the current document. The value is the same as
location.href. Netscape deprecates the usage of
the document.location property in favor of the
document.URL property to avoid potential confusion
(by scripters and JavaScript interpreter engines) between the
location object and
document.location property. To navigate to another
page, it is safest (for cross-browser and backward compatibility) to
assign a URL string value to the location.href
property, rather than this document-centered property.
document.URL = "http://www.megacorp.com"
Complete or relative URL as a string.
The current document’s URL.
Read now
Unlock full access