Click to See Complete Forum and Search --> : Navigate throug WebBrowser to JSP page


may13
May 14th, 2008, 03:16 AM
Hi All,

I'm not sure that this is the right place for my question, but I hope you'll be able to help me.

I'm using WebBrowser control (windows forms). In the Navigate function, I pass a URL, which contains JSP page. The jsp page hosts an applet. When the applet is loaded into the WebBrowser control and I right click some objects of the applet, which should display menu on right click, the menu appears only at the first time the applet is loaded. If I close the window and navigate again to the same URL, the right click menu is not displayed.

Notes:
1. Left clicks of the applet work OK.
2. When I navigate to this URL from Internet Explorer, the menu on right-click always displayed.

What should I do to support displaying native menus on hosted applets?

Thanks in advance,

May