Navigator Object The Navigator object is actually a JavaScript object, not an HTML DOM object. The Navigator object is automatically created by the JavaScript runtime engine and contains information about the client browser. IE: Internet Explorer, F: Firefox, O: Opera.
Navigator Object Collections Collection plugins[]
Description Returns a reference to all embedded objects in the document
IE 4
F 1
O 9
F 1 No 1 1 No 1
O 9 No 9 9 9 9
Navigator Object Properties Property appCodeName appMinorVersion appName appVersion browserLanguage cookieEnabled cpuClass onLine platform systemLanguage userAgent userLanguage
Description IE Returns the code name of the browser 4 Returns the minor version of the browser 4 Returns the name of the browser 4 Returns the platform and version of the browser 4 Returns the current browser language 4 Returns a Boolean value that specifies whether cookies are enabled 4 in the browser Returns the CPU class of the browser's system 4 Returns a Boolean value that specifies whether the system is in 4 offline mode Returns the operating system platform 4 Returns the default language used by the OS 4 Returns the value of the user-agent header sent by the client to the4 server Returns the OS' natural language setting 4
No No No No 1 9 No No 1 9 No 9
Navigator Object Methods Method javaEnabled() taintEnabled()
Description Specifies whether or not the browser has Java enabled Specifies whether or not the browser has data tainting enabled
IE 4 4
F 1 1
O 9 9