Javascript Methods JavaScript Reference




function function1() {
    var m = document.all.urns("clientCaps");
    if (m) {
        alert('YES');
    } else {
        alert("NO");
    } 


       value="Is there any 'clientCaps' 
       behavior attached to this page?" 
       onClick="function1();">