web_sites:disable_right-click_on_an_image
Web Sites - Disable right-click on an image
Copy this code and paste in your html page:
<script language="JavaScript" type="text/javascript"> function popupMsg(theMsg) { alert(theMsg); } </script>
And use with images using this code:
IMG SRC="someImage.jpg" onMouseDown="popupMsg('Clicking is disabled.')
web_sites/disable_right-click_on_an_image.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1