1) CODE TITLE:
Right Click Disable ( Annoy/Close)
2) AUTHOR NAME/NOTES:
Aimee Beery
3) DESCRIPTION:
This will give annoying messages to those who right click after last one webpage auto closes.
4) URL TO CODE:
or, ATTACHED BELOW (see #3 in guidelines below):
Code:<script type="text/javascript"> <!-- var closeWin="1"; // Do you want to close window (1 for yes 0 for no) var alertVis="1"; // Do you want to alert the visitor (1 for yes 0 for no) var message="Right click disabled on images!"; // Your no right click message this line /* Disable right click script (Annoy-Close) By Aimee Beery */ function detail(){ if(alertVis == "1") alert(message); alert("You like to right click?") alert("How about left clicking?") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") alert("Left Click!") if(closeWin == "1") self.close(); return false; } function IE() { if (event.button == "2" || event.button == "3"){detail();} } function NS(e) { if (document.layers || (document.getElementById && !document.all)){ if (e.which == "2" || e.which == "3"){ detail();} } } document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false"); //--> </script>



Reply With Quote

Bookmarks