I have a keyboard handler in a java applet.
How do I send certain key event to the web browser (where java applet is loaded) so that the key is processed by the browser even though the focus is with the applet.
Fro example, I want to pass on the event for F5 key from the keylistener in applet to the browser (IE/NS7) so the page is refreshed.
Thanks in advance.
How do I send certain key event to the web browser (where java applet is loaded) so that the key is processed by the browser even though the focus is with the applet.
Fro example, I want to pass on the event for F5 key from the keylistener in applet to the browser (IE/NS7) so the page is refreshed.
Thanks in advance.