I read about and have since lost the HTML or Java code that lets you know when someone has right-clicked an image on a webpage. The code pops a window to the user stating whatever you want to the viewer. You can't prevent the download, but can at least notify them that you caught it. I'd like to have the code to do this and I believe it was fairly simple. Thanks.
This conversation is currently closed to new comments.
Javascript usually depends on the document object model in use by the client browser, and I have not seen an "onRightClick()" method, unless it's in one of the new v6 browsers.
Which leaves JAVA, which I would think depends on the client successfully downloading a JAVA applet. Not something to be guaranteed, I suspect.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Notification of attempted download...