Howdy, This is a fairly simple JavaScript solution: trap the onRightClick event (onClick with event.button = 2 or 3) and fire an onClick event with event.button = 1. You can google for this.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: kgsat [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2003 6:08 AM >To: [EMAIL PROTECTED] >Subject: can i track the user action using right mouse button on the >webpage > >Hi Folks, > >I have been into the development of a mpeg download site for quite >sometime. >i have a unique demand from the client. >He wants to facilitate the user to download the a file from the site using >right mouse button click and select the option, save target as from the >popup menu. >I could do that very well. >And he also wants to do the user tracking such as,............. > > a.. which user has downloaded how much MBs of file in a day, > b.. which is the user now downloading a specific file, etc.... > >I have successfully met all his demands with the fact that the >functionalities were implemented with the normal click(left click) of the >mouse button.This is because i could not find a way out to implement the >funcionality with the mouse right button click. > >I have done all these tasks using JSP and Servlets.Will any one suggest me >as how to implement the user tracking while using the right click of the >mouse. > >It is very important that end user uses only right click to download a file >from the site. >so pl suggest me >thanks in advance >sat This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
