In an applet when opened in Internet Explorer,the focus should come back automatically to applet instead of going to IE when any window comes over IE and goes back (Internet Explorer again becomes the active window).
To get the focus RequestFocus() and RequestFocusInWindow() are not working for an applet in my case.
Can any one explain how this can be done?