This is a collection of hints, tips, and code samples that may be useful to people who are thinking of developing in Java Script.

The usual disclaimers apply to all code samples (including the MACROs').

  'Right Click' Protection  
  <SCRIPT LANGUAGE="JavaScript">
<!--
function click()
    {
     if (event.button==2)
      {
       alert('Copyright Abbydale Systems');
      }
    }
document.onmousedown=click
// -->
</SCRIPT>
You can use this technique to prevent users from using the right mouse button click to download pictures or view the source code from your website.

It isn't 100% foolproof but it will stop the casual user from right clicking the mouse to 'steal' images, source code etc.

It will disable all right button functions, including print.
 
 
 
 
 


If you need any support or assistance with any of the code on this site
or
if you would like to contact us, please click here

follow us on facebook
Follow us on Facebook

 

Number of unique visitors 436

Copyright © Abbydale Systems LLC 2015-2024

Abbydale Systems LLC Lic. 802696149. All rights reserved.

Last modified : Sunday 6th of December 2020