Topic awaiting preservation: Reloading dialog window |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Israel |
posted 04-13-2004 19:40
Hi there, |
Paranoid (IV) Inmate From: France |
posted 04-13-2004 20:24
Yep, that's a common problem with modal dialogs. AFAIR, I bypassed that by either submitting an hidden form in the modal dialog or something like throwing an onclick event on an A tag ( though I'm not quite sure about this solution ). Another thing you can do, is to have a simple HTML page with just an IFRAME in the modal dialog window. And then do everything in the IFRAME. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-13-2004 20:31
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Israel |
posted 04-13-2004 20:41
Thanks, I've just finish implementing the reload using internal iframe. |
Bipolar (III) Inmate From: Israel |
posted 04-13-2004 20:47
Ini: I've tried to reopen the dialog from the opener but the opener is in blocking mode. |