Topic awaiting preservation: auto-close a pop up window with opener (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-19-2004 09:11
this should be simple, but I've googled and thumbed thru O'Reilly with no joy..... |
Bipolar (III) Inmate From: Israel |
posted 01-19-2004 13:54
Hi, code: <HTML>
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-19-2004 16:53
the back of my head claims that you can only close a window if it hasn't been navigated to a different page from the one you open()ed it with... |
Bipolar (III) Inmate From: Israel |
posted 01-19-2004 19:36
I've tryed the code above and although i've navigated through the lenks, refreshing the opener closed the child. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-19-2004 20:38
Yossi Admon & Tyberius Prime : |
Bipolar (III) Inmate From: Israel |
posted 01-19-2004 21:21
I've opened a thread (with no luck) a few weeks ago regarding modal windows in Mozilla1.5 and NS7.1 (regression with "modal" attribute); do you know about any solution for this problem? |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-19-2004 21:44
I just looked at your thread...I'm not sure what the problem you are trying to solve is. Could you explain what it is you are trying to accomplish that is not happening? |
Bipolar (III) Inmate From: Israel |
posted 01-19-2004 21:54
If you are opening a window in NS7.0 using the "modal" attribute (window.open(url, winname, options +";modal=1")) the window will be open as modal window (user can't go back to the opener window) from NS7.1 and Mozilla1.5 the new window opened is modless (the user can interact with both windows just like any window.open...) |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-19-2004 22:32
According to what I found with google searches, Modal windows just aren't supported any more.... as you have noticed. |
Bipolar (III) Inmate From: Israel |
posted 01-19-2004 22:39
I know some workarownds but i was interesting with any native attribute/function in order to achive modality. |