OBJECT | EXPLANATION | DEF
|
hash | Specifies an anchor name in the URL. | NS2+
|
host | Specifies the host and domain name, or IP address, of a network host. | NS2+
|
hostname | Specifies the host:port portion of the URL. | NS2+
|
href | Specifies the entire URL. | NS2+
|
pathname | Specifies the URL path portion of the URL. | NS2+
|
port | Specifies the communications port that the server uses. | NS2+
|
protocol | Specifies the beginning of the URL, including the colon. | NS2+
|
search | Specifies a query. | NS2+
|
reload | Forces a reload of the window's current document. | NS3+
|
replace | Loads the specified URL over the current history entry | NS3+
|