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: Slushed.org
  • Final Product: Prevents people from selecting text

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

  • This code prevents people from selecting text on your site. This could come in handy if you have poetry or writing on your site that you want to keep copyrighted.
  • Use this code in your head tag: <script language="JavaScript1.2"> function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>
  • Remixx.net Sites

    remixx.net v 4_3