To prevent right clicks

 

 

Try to right click and save the above picture

You will have to use View from Internet Explorer to get the code from the source for this

<script language=JavaScript>
var message="Sorry...But this function is disabled. These items are protected for Graphics Galore ";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
</script>
 

 

Part of  Graphics Galore Delphi Forum click the links below for PSP Index Page, Forum and Website

Forum

PSP Index

Website Index