'compatMode' Example : compatMode : Javascript Properties : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP


JavaScript Reference  »  Javascript Properties   » [  compatMode  ]   
 



'compatMode' Example

    
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3c.org/TR/html4/loose.dtd">
<html>
<head>
<script language="JavaScript">
    function function1() {
        alert(document.compatMode);
    
</script>
</head>
<body>
<button onclick ="function1();">CompatMode</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'compatMode' Syntax and Note
2.  'compatMode' is applied to
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.