Assignment008

JavaScript Properties II

The following includes several properties of the navigator object.
These properties are referenced with the following code:

window.navigator.appName - Gives you the application name.
window.navigator.appVersion - Gives you the version of the application.
window.navigator.cookieEnabled - Specifies whether cookies are enabled.
These are the navigator properties for this page: