HTML Question
XML / XSL
1
Posts
1
Posters
8
Views
1
Watching
-
(I could not find an HTML forum, so I'm posting here.) I would like to disable the conext menu for my web page. I can handle the onconextmenu event without any problems by adding oncontextmenu="return false" to the BODY tag. The problem is that if I have an ActiveX object embedded in the webpage (specifically the IThumbCtl control), right clicking on the object invokes the IE context menu. I've tried adding oncontextmenu="return false" to the OBJECT tag, but this does not work. Can anyone help me disable the context menu completely? I'm using the IWebbrowser2 control. Thanks! James. (2b || !2b)