window.navigator.product
This property returns the product name of the current browser.
Syntax
productName = window.navigator.product
Parameters
Example
Notes
product is that portion of the full user agent string that comes directly after the platform. In the user agent for Netscape 6.1, for example, the product is "Gecko" and the full agent string is the following:
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |