Style Layout JavaScript DHTML




    function function1() {
        document.getElementById("myDiv").noWrap = true;
    }
    function function2() {
        document.getElementById("myDiv").noWrap = false;
    }


Attribute nowrap is not present in this div element's tag.