Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var col1= document.getElementById("col1");
- col1.setAttribute("onselectstart","return false");
- //col1.setAttribute("oncontextmenu","return false");
- //col1.setAttribute("ondragstart","return false");
- //col1.setAttribute("onmousedown","return false");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement