Description

Determines the client browser.

File

WEB-CORE\scripts\sapphirecore.js

Properties

Property Type Description
idString IE6, IE7, FF, or empty string.
DEPRECATED Deprecated in R5.2 (DM0503).
supportedBooleanDetermines if the browser is supported by LabVantage.
osIdStringOperating system.
compatStringCompatibility mode string.
compatModeBoolean True if the browser (IE8 or IE9) is in compatibility mode.
compatVersionFloatVersion in which the compatibility mode is running (such as 7.0 or 8.0).
versionFloatVersion of the browser (if IE8 is in compatibility mode for IE7, this will be 8.0 and the compatVersion will be 7.0).
mozillaVersionFloatVersion of the Mozilla engine.
webkitVersionFloat Version of the Apple web kit.
mozillaBoolean True if the browser is based on Mozilla.
webkitBooleanTrue if the browser is based on the Apple web kit.
firefoxBooleanTrue if the browser is Firefox.
chromeBooleanTrue if the browser is Chrome.
androidBooleanTrue if the browser is Android (default android browser).
skyfireBooleanTrue if the browser is Skyfire (mobile browsers).
safariBooleanTrue if the browser is Safari.
blackberryBooleanTrue if the browser is the default Blackberry browser.
operaBooleanTrue if the browser is Opera.
ieBoolean True if the browser is Internet Explorer.
mobileBooleanTrue if the OS and Browser are on a mobile platform (iPhone, iPad, Android, Nokia, Blackberry).
supportedBooleanTrue if the current browser and OS are supported (only IE on Windows supported for R5.2).
gcBooleanTrue if garbage collection routines in JavaScript are required. Only IE really needs these.

determine

 
DEPRECATED Deprecated in R5.2 (DM0503). This is now generated server-side.

Functionality

Determines the browser in use.

Returns

None.