|
Alert
This script produces the "silent" no right click. I need it to serve an alert. Can this be done?
var disableRightClickString = "<script>function disableRightClick(e){if(document.layers){document. captureEvents(Event.MOUSEDOWN);document.onmousedow n = disableRightClick; }else document.oncontextmenu = disableRightClick; return document.rightClickDisabled = true;} disableRightClick(); </script>";
Thanks
__________________
"The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people."
|