'urns()' Example : URN : Document JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Document » URN »

 

'urns()' Example



    
<html>
<body>
<script language="JavaScript">
function function1() {
    var flag = document.all.urns("clientCaps");
    if (flag) {
        alert('YES');
    else {
        alert("NO");
    

</script>
<input type="button" 
       value="Is there any 'clientCaps' 
       behavior attached to this page?" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Document
» URN