Hello,

I have an applet that resides in a web application, the applet launches applications and passes values from the web applicaiton. I am adding accessor keys to switch between the web application and the applet. However, I don't seem to be able to switch the focus back to the web page that the applet resides in. I am able to capture the key pressed, I can also call a javascript function using JSObject, but the focus still remains on the applet.

Does anyone know how I can switch the focus back to the web page?

thanks,