Click to See Complete Forum and Search --> : window order


Ambrrose
02-13-2003, 11:06 AM
I have a window with a button that opens another window in fullscreen mode with onLoad action. But first window appears in front of the fullscreen one shortly after. How can I keep the first window under the fullscreen mode window?

gil davis
02-13-2003, 11:44 AM
After opening the other window, use:

self.blur();