|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi
I'm using the folowing to refresh a parent window from a pop up before the pop up close. window.opener.location.reload(); it works fine for IE6 but i get an error running it in IE5. Does anyone know of some code that will work for both? The parent window is a frame, if that makes a difference. Thanks for any help! |
|
#2
|
|||
|
|||
|
I've not tried it Jacks, but I can't see why this wouldn't work. Of course it would need the parent window to be one of yours and not from another site though.
Why not have a function in the parent window that refreshes the window and then call window.opener.RefreshWin(); - I'm sure IE5's DOM shouldn't have much trouble doing that. If that doesn't work, it may be because it's a Modal Window (IE 5 has opener issues with Modal Windows). If thats the case, let me know and I'll try to provide a work around for that. --Andi |
|
#3
|
|||
|
|||
|
Hi,
I'm having the same issue, but rather than a normal child window, I'm trying to autorefresh a parent window from a MODAL child window. Any suggestions? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > reload parent window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|