BiBrowserCheck
This class is used to identify the browser that the user is using.
This class extends
BiObject
and therefore all methods and fields available for
BiObject
are also available for
BiBrowserCheck
.
Constructor
new
BiBrowserCheck
(
)
Parameters
No parameters.
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
| Name | Type | Descripton |
hta |
Boolean |
Whether the application was launched as an HTA (HTML Application) |
ie |
Boolean |
Whether the browser is Internet Explorer. |
moz |
Boolean |
Whether the browser is Mozilla or not. |
platform |
String |
The platform for the current browser. |
supported |
Boolean |
Whether the current browser is supported. |
version |
String |
The version of the current browser. This is a string because it may contain a 'a', 'b' or multiple '.' characters. For example Mozilla 1.4.1 will return "1.4.1". Other possible results are "1.6b" etc. For Mozilla based browsers the version reflects the version of the rendering engine and not the version of the product (thus Netscape 7.1 will return "1.4"). |
versionNumber |
Number |
The major version number of the current browser. |
Remarks
This class cannot be instantiated. Instead call the static fields directly.