Advertisement
jozz

cs

Jul 17th, 2014
1,820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var col1= document.getElementById("col1");
  2. col1.setAttribute("onselectstart","return false");
  3. //col1.setAttribute("oncontextmenu","return false");
  4. //col1.setAttribute("ondragstart","return false");
  5. //col1.setAttribute("onmousedown","return false");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement