JavaScript: LOCATION Object

Here are the properties and methods of the JavaScript LOCATION object. In my testing using FireFox and Internet Explorer for Windows, my browsers returned the following:

(property) FireFox Internet Explorer
hash X X
host X X
hostname X X
href X X
pathname X X
port X X
protocol X X
search X X
reload X X
replace X
assign X

Attempting to enumerate the properties your browser returns for this object, and any associated values from the current page.