PDA

View Full Version : left click to right click ?


Alias
06-19-2002, 11:08 PM
When I click with left mouse button it need to behaviour like it is clicked with right button ?

Possible ?

cbulmer
10-12-2005, 09:24 PM
do you want that behaviour just in the browser? or do you want that behaviour in your os as well? and do you need both buttons to simulate a right click?

felgall
10-12-2005, 11:43 PM
Perhaps:

onclick="this.contextmenu();return false;"