WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIDOMLocation
| IID: | a6cf906d-15b3-11d2-932e-00805f8add32 |
| Inherits From: | nsISupports |
Properties
DOMString hash
These properties refer to the current location of the document. This will correspond to the URI shown in the location bar, which can be different from the documentURI of the document.
DOMString host
DOMString hostname
DOMString href
DOMString pathname
DOMString port
DOMString protocol
DOMString search
Methods
void assign ( DOMString url )
[noscript] void reload ( PRBool forceget )
void replace ( DOMString url )
DOMString toString ( )
References
This interface is the type of the following properties:
nsIDOMNSDocument.location, nsIDOMWindowInternal.location
Reference documentation is generated from Mozilla's source.
