Mozilla.com

  1. MDC
  2. Main Page
  3. DOM
  4. window.navigator.vendor
Redirected from En/Navigator.vendor

window.navigator.vendor

« Gecko DOM Reference

Summary

Returns the name of the browser vendor for the current browser.

Syntax

venString = window.navigator.vendor 

Parameters

  • venString is a string.

Example

window.navigator.vendor 
// returns "Netscape6"

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 navigator.product, navigator.userAgent

Specification

DOM Level 0. Not part of specification.

Languages

Page last modified 17:00, 21 Nov 2007 by Mgjbot

Files (0)