View Full Version : Preventing highlighting or Copy and paste


creekcouple
05-24-2003, 04:23 AM
Is there a code that prevents people from highlighting text or hightlight period. I know there is the prevent right clicking code. But as you all know text and graphics can be highlighted then copied & pasted. Just wondering if there was a code that prevented this.

amicus
05-24-2003, 04:58 AM
<script language = "javascript">
document.onselectstart = new Function( "return false" );
</script>