----- Original Message ----- From: "David J Brooks" Subject: Re: Slightly OT: Right clicked images find there way home
> Main page or the sub pages Bill. > > Some times i feel like changing my water mark from David J Brooks 2007 > to something like, > If you see this any were other than www.caughtinmotion.com please call > XXX XXX XXXX so i can charge appropriately. > Dave, drop this line into the head of any web page. <body oncontextmenu="return false;"> That will do it as best as you can. Here is a simple HTML: --------------<code starts below this line>---------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <body oncontextmenu="return false;"> <title>A Picture</title> </head> <body bgcolor="black"> <p><font color="black">I suck!!</font></p> <center> <p><img src="shim1.gif" width="1" height="1"></p> <p><img src="nytimes.jpg"></p> <p><img src="shim1.gif" width="1" height="16"></p> </center> </body> </html> ---------------------<code ends above this line>--------------------------------- Note where I located the line mentioned. Now go here and try to save the picture using either right click or keyboard shorcuts. http://users.accesscomm.ca/wrobb/temp/nytimes.html This will stop the casual web browser. As has been mentioned before, nothing can stop the serious people who are intent on grabbing your content no matter what. William Robb -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

