I want to disable the mouse right button event in my browser design. I want to know the realiable code for that or any method to disable it.
Thank you,
[email protected]
Printable View
I want to disable the mouse right button event in my browser design. I want to know the realiable code for that or any method to disable it.
Thank you,
[email protected]
in ie5:
<input type=text oncontextmenu="return(false);">