I am building an application which relies heavily on popup windows written in
javascript to edit information on different pages. My problem is about half
of my popups open correctly while the other half open but are created
underneath the running application. How can I get all the popups to show on
the top level when they load? I've tried setting focus to the new window,
setting the top property of the new window, and even setting the z-index of
the page. Nothing has consistant results.
Any help would be greatly appreciated.
Thanks,
Chris
falcon - 10 Feb 2005 17:23 GMT
Not sure if it fits your purpose but if you use modal dialogs instead of
popups you won't have the problem.
> I am building an application which relies heavily on popup windows written in
> javascript to edit information on different pages. My problem is about half
[quoted text clipped - 8 lines]
> Thanks,
> Chris