Node Operation JavaScript DHTML




    var behaviorID
    function commandAdd() {
        behaviorID = document.all.myDiv.addBehavior('makeRed.htc');
    }
    function commandRemove() {
        document.all.myDiv.removeBehavior(behaviorID);
    }

Add behavior
Remove behavior
This is a div