Click to See Complete Forum and Search --> : help on browser design


November 4th, 1999, 03:55 AM
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,

praky_25@yahoo.com

Lothar Haensler
November 4th, 1999, 04:16 AM
in ie5:
<input type=text oncontextmenu="return(false);">