July 1998
Intermediate to advanced
1456 pages
65h 5m
English
hostname — NN 2 IE 3 DOM 1
Read/Write
The combination of the hostname of the server (i.e., a
“two-dot” address consisting of server name and domain)
that serves up the current document. The hostname
property does not include the port number.
if (location.hostname = "www.megacorp.com") {
...
}String of hostname (server and domain).
Depends on server.
Read now
Unlock full access