'implementation' Example : implementation : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » implementation »

 

'implementation' Example



    
<html>
<head>
<script language="JavaScript">
function function1() {
   var m = document.implementation.hasFeature("HTML");
   alert("Implementation value: "+m)
}
</script>
</head>
<body>
<input type="button" value="Click here" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» implementation