'version' Example : version « Document « JavaScript DHTML






'version' Example

    
<html>
<body>
<script language="JavaScript">
    alert(document.html.version);
</script>
</body>
</html>

    
      
      








Related examples in the same category