Paint Shop Pro 7 Tutorials

Adobe Photoshop 7 Tutorials

3D Studio Max 5 Tutorials

HTML Tutorials

CGI Tutorials

CSS Tutorials
  • Coming soon!

  • Misc. Tutorials
    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 Articles catalogue
    2003 2004 2006