Navigator

Module:
window
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

javaEnabled

javaEnabled


boolean javaEnabled(); 

Member Data

appCodeName
appName
appVersion
cookieEnabled
geolocation
language
mimeTypes
onLine
platform
plugins
product
productSub
userAgent
vendor
vendorSub

appCodeName


readonly attribute DOMString appCodeName; 


appName


readonly attribute DOMString appName; 


appVersion


readonly attribute DOMString appVersion; 


cookieEnabled


readonly attribute boolean cookieEnabled; 


geolocation


readonly attribute Geolocation geolocation; 


language


readonly attribute DOMString language; 


mimeTypes


readonly attribute MimeTypeArray mimeTypes; 


onLine


readonly attribute boolean onLine; 


platform


readonly attribute DOMString platform; 


plugins


readonly attribute PluginArray plugins; 


product


readonly attribute DOMString product; 


productSub


readonly attribute DOMString productSub; 


userAgent


readonly attribute DOMString userAgent; 


vendor


readonly attribute DOMString vendor; 


vendorSub


readonly attribute DOMString vendorSub; 

 

Last Updated: 2009-05-29