mapg
10-29-2006, 03:59 AM
Hi all,
I would like to know how to refresh a Opened showModalDialog window.
I used ...
foo = window.showModalDialog('FULL_path_to_script.php', window);
window.self.location.reload(true); ... but what I get is a New showModalDialog opening, but NOT into the same window, namely, what I get is the effect of a HTML "_blank" opening a new showModalDialog.
I used window.location.reload(true) with the same result
Any help is welcome. Thank you very much in advance.
Mapg
I would like to know how to refresh a Opened showModalDialog window.
I used ...
foo = window.showModalDialog('FULL_path_to_script.php', window);
window.self.location.reload(true); ... but what I get is a New showModalDialog opening, but NOT into the same window, namely, what I get is the effect of a HTML "_blank" opening a new showModalDialog.
I used window.location.reload(true) with the same result
Any help is welcome. Thank you very much in advance.
Mapg