RhythmAddict112
Programmer
Hi All,
_I've been everywhere searching for a solution to this...So basically I'm just going to run through my problem, though I'm not sure there is a solution (at least while still using window.open)_
Okay, I'm using window.open to pop a window up...intranet audience all on IE6.xx, but the window I am popping up has form elments and therefore submits. Naturally, the using window.showModalDialog pops up a new window when the form is submitted. Basically, I need a way to use window.open and keep that window on top while still allowing the user to access the text area on the popped up window. I'm [italic]kind of[/italic] stuck with window.open because my child window does a self.close and then redirect's my parent window (and thus refreshing to show content that was just entered)
MainPage [window.Open]--> EditPage (form) [submit]--> write to DB then self.close and redirect MainPage back to itself
Any ideas appreciated ...Please let me know if I was not clear...thank you in advance
All hail the INTERWEB!
_I've been everywhere searching for a solution to this...So basically I'm just going to run through my problem, though I'm not sure there is a solution (at least while still using window.open)_
Okay, I'm using window.open to pop a window up...intranet audience all on IE6.xx, but the window I am popping up has form elments and therefore submits. Naturally, the using window.showModalDialog pops up a new window when the form is submitted. Basically, I need a way to use window.open and keep that window on top while still allowing the user to access the text area on the popped up window. I'm [italic]kind of[/italic] stuck with window.open because my child window does a self.close and then redirect's my parent window (and thus refreshing to show content that was just entered)
MainPage [window.Open]--> EditPage (form) [submit]--> write to DB then self.close and redirect MainPage back to itself
Any ideas appreciated ...Please let me know if I was not clear...thank you in advance
All hail the INTERWEB!