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

'appCodeName' Example

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

    
      
      








Related examples in the same category

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