![]() 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 |
![]() this should be simple, but I've googled and thumbed thru O'Reilly with no joy..... |
Bipolar (III) Inmate From: Israel |
![]() Hi, code: <HTML>
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() 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 |
![]() 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 |
![]() Yossi Admon & Tyberius Prime : |
Bipolar (III) Inmate From: Israel |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() I know some workarownds but i was interesting with any native attribute/function in order to achive modality. |