Search
Most common:
center
,
hide
,
special someone
,
text
,
panel
,
scroll
,
center panels
Login
Disable Text Selection
15410 views
imvucodesAds
Added by
productions
This will prevent the user from selecting any text, phrases or words on the page. It will not work to select text on the page. But notice there might be problems with embedded flash objects and their highlighting.
»
Discuss about this code snippet on imvuboard.com
<script type="text/javascript"> /* by productions published on http://imvu.at/ic117 under CC-Share-alike license */ var copiedfrom='www.imvucodes.net'; window.onload=function(){ document.onselectstart=function(){return false;} document.onmousedown=function(){return false;} } </script>
Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.
Share:
Preview:
Try this code
Problem?
Report
Comments
Ask a Question on imvucodes