window.navigator.vendor
Returns the name of the browser vendor for the current browser.
Syntax
venString = window.navigator.vendor
Parameters
Example
Notes
vendor is another portion of the userAgent string. The product and the vendor can be different--as when Netscape 6.1 uses the Gecko product to do its rendering.
See also window.navigator.product, window.navigator.userAgent
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |