1 | The document.domain property is initialized to the hostname of the server from which the document was loaded |
2 | This property may be set to any valid domain suffix of itself |
3 | For example, if document.domain is "home.netscape.com", it may be set to "netscape.com" (but not "ape.com") |