Greetings All,<br />
<br /><br />
I have one irpt paged containing two applets and an alert box (a div section styled as which places it off the screen until needed.
<br /><br />
The second applet (which I set to 1px x 1px) refreshes every few seconds kicking off a js function to decide if the alert box should be seen by the user.
<br /><br />
This has worked well for me in the past. (I have done this using the second applet and some image (png) that I update behind the scenes. The problem now is I added a viewable applet to display information, and my alert box ends up under the applet.
<br />
I have tryed adjusting both the applet and the alert box zindex to bring the alert box on top. I have tryed to set focus on the alert box(div with an ID.) I found a similar post here about setting the focus twice. Still no luck.
<br /><br />
Any other suggestions would be most welcome...
<br /><br />
Thanks
<br /><br />
Dennis