Closed Thread Icon

Topic awaiting preservation: Reloading dialog window (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=21328" title="Pages that link to Topic awaiting preservation: Reloading dialog window (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Reloading dialog window <span class="small">(Page 1 of 1)</span>\

 
Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 04-13-2004 19:40

Hi there,
I?m working on IE with modal dialogs for popup windows (using the showModalDialog API) and I was interesting to reload the dialog.
I?ve tried the ?window.location.reload()? API but it looks like its not working.
Than I?ve tried the ?window.location.href= window.location.href? and it opened another window.
I thought to send event to the opener window to reopen the dialog but its not working.

Any idea how to solve this issue?

Yossi Admon
I wasn't around for the last months and it looks like I?ve missed some good threads

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted 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.

Hope that helps.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 04-13-2004 20:31

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 04-13-2004 20:41

Thanks, I've just finish implementing the reload using internal iframe.

Regards,
Yossi Admon

Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 04-13-2004 20:47

Ini: I've tried to reopen the dialog from the opener but the opener is in blocking mode.

« BackwardsOnwards »

Show Forum Drop Down Menu