|
DocumentLocationProperty
The document.location property
ValuesThe document.location property returns a Location object. This property is read/write. UsageBrowser compatibility
Further reading |
Sign in to add a comment
![]() |
|
Search
|
|
DocumentLocationProperty
The document.location property
ValuesThe document.location property returns a Location object. This property is read/write. UsageBrowser compatibility
Further reading |
Sign in to add a comment
Note document.location is write-only when accessed from another document, e.g. a frame. Explicitly setting a common "document.domain" value in each document enables writing of one doc's document.location from the other doc.