Node Operation JavaScript DHTML




    function function1(){
        var m = document.getElementById("myDiv").removeAttribute("id");
        document.all.myB.innerText = "Click again";
        if (m == true) {
            alert("Attribute removed"); 
        }
    }

This is a div element

This is another div element