Document JavaScript DHTML




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


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