'appName' Example : appName « Javascript Properties « JavaScript Reference

'appName' Example

    
<html>
<head>
<script language="JavaScript">
    function function1() {
        alert(navigator.appName);
    }
</script>
</head>
<body>
    <input type="button" value="Browser Name" onClick="function1();">
</body>
</html>

    
      
      








Related examples in the same category

1.'appName' Syntax and Note
2.'appName' is applied to