JavaScript: Список топиков:

JSPROTECT-IMG:
    <html>
    <head>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function protect(e) {
     alert("Sorry, you don't have permission to right-click.");
     return false;
    }
    
    function trap() {
     if(document.images)
      for(i=0;i<document.images.length;i++)
       document.images[i].onmousedown = protect;
    }
    // End -->
    </SCRIPT>
    </head>
    <body OnLoad="trap()">
    
     <img src="protected.gif" border="0">
    
    </body>
    </html>
    


Сайт управляется системой uCoz