Advertise on Vortex
Advertise on Vortex


Adobe Photoshop 7

Paint Shop Pro 7

3D Tutorials

Scripts & Coding

Other
HTML - No Right Click
  • Uses: HTML
  • Skill Level: Beginner
  • Credit: Dynamic Drive
  • Final Product: Prevents people from right clicking

    -------------------------------------------------------------------------------------

  • People that steal images from your site by right clicking and saving SUCK. Here's how to stop them (or piss them off).
  • Put this code in your head tag. <script language=JavaScript> <!-- var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS;}else{document. onmouseup=clickNS;document.oncontextmenu=clickIE;} // --> </script>
  • Remixx.net Articles catalogue
    2003 2004 2006