| appName This property is ued to determine the application name or brand being used by the user. The returned values are NN for Netscape Navigator and IE for Internet Explorer. syntax: var isIE = navigator.appName == "Internet Explorer" This Property is used to access attributes of the following: navigator
|