Javascript Properties JavaScript Reference




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


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