Property | Value | Description |
---|---|---|
document.title | Web page title, as appears in title bar. | |
document.domain | The domain from which the browser obtained the Web page. | |
document.location | The current document's URL. | |
document.referrer | The URL of the document that hyperlinked to this one. | |
document.lastModified | The date someone last changed this document. | |
navigator.appName | The Web visitor's browser type. | |
navigator.appVersion | The Web visitor's browser version. | |
navigator.platform | The Web visitor's computer type. |