Objet location
Syntaxe
[windowReference.]location.propertyName
Propriétés
-
protocol represents the beginning of the URL, up to and including the first
colon.
-
hostname represents the host and domain name, or IP address, of a network
host.
-
port represents the communications port that the server uses for communications.
-
pathname represents the url-path portion of the URL.
-
search represents any query information in the URL, beginning with a question
mark.
-
hash represents an anchor name fragment in the URL, beginning with a hash
mark (#).
-
href represents a complete URL.
-
host represents the concatenation hostname:port.
Selon l'URL protocol//hostname:port pathname search hash