mikemalter
10-29-2004, 05:23 PM
I can't turn off the cut and past popup menu using onSelectStart. I've tried everything:
<script>
onSelectStart = return false;
</script>
document.onselectstart = new Function ("return false;");
<body onselectstart = "return false;" >
Am I missing something? This has worked on previous projects. My dev machine is XP Pro, sp2.
Any help would be greatly appreciated as I have to turn off cutting and pasting on a particular page.
<script>
onSelectStart = return false;
</script>
document.onselectstart = new Function ("return false;");
<body onselectstart = "return false;" >
Am I missing something? This has worked on previous projects. My dev machine is XP Pro, sp2.
Any help would be greatly appreciated as I have to turn off cutting and pasting on a particular page.