navigator HTML Object (Windows Embedded CE 6.0)
1/6/2010
The navigator object contains information about the browser.
Placing about:version in the address box of Internet Explorer Embedded will cause the browser to navigate to file://\windows\about.htm. This will display the navigator object's properties.
Properties
Property | Data type | Access | Description |
---|---|---|---|
appCodeName |
String |
Read-only |
Retrieves the code name of the browser. The value is always "Mozilla". |
appMinorVersion |
String |
Read-only |
Retrieves the Internet Explorer Embedded version number. |
appName |
String |
Read-only |
Retrieves the name of the browser. |
appVersion |
String |
Read-only |
Retrieves the platform and version of the browser. |
cookieEnabled |
String |
Read-only |
Retrieve if the persistent cookies are enabled. |
cpuClass |
String |
Read-only |
Retrieves the CPU architecture of the device. Equivalent to UA-CPU. |
platform |
String |
Read-only |
Retrieves the platform of the browser. The value is always "WinCE". |
systemLanguage |
String |
Read-only |
Retrieves the system language as specified in RFC 1766 and used by the desktop version of Internet Explorer. |
userAgent |
String |
Read-only |
Retrieves a string equivalent to the HTTP user-agent request header. The value of this string for Internet Explorer Embedded is "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE)". |
userAgentOS |
String |
Read-only |
Retrieves the operating system used on the device. |
userLanguage |
String |
Read-only |
Retrieves the user language as specified in RFC 1766 and used by the desktop version of Internet Explorer. |
Methods
Method | Syntax | Description |
---|---|---|
javaEnabled |
Enabled=javaEnabled |
Returns whether JavaScript is enabled. This always returns False on Internet Explorer Embedded. |
taintEnabled |
Enabled=taintEnabled |
Returns whether data tainting is enabled. This always returns False on Internet Explorer Embedded . |
Requirements
Windows Embedded CE | Windows Embedded CE 6.0 R3 |