Forum Moderators: open

Message Too Old, No Replies

Child to reload parent window

How to reload parent

         

izwan

2:29 am on Jul 17, 2004 (gmt 0)

10+ Year Member



Hello,

I have a main page with an iframe. Let us call this my parent window. In the iframe, i have a link that opens a popup. Let us call the popup child window. When user have submited some info on the child, I want the parent window to be reloaded and close the child.
I used the function:
window.opener.location.reload

Anyhow, it only reload the iframe content. How do i make it to reload the whole parent window?

I hope u guys can help.

DrDoc

3:57 am on Jul 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld! [WebmasterWorld.com]

I believe

window.opener.[b]parent[/b].location.reload
will work

izwan

4:16 am on Jul 17, 2004 (gmt 0)

10+ Year Member



DrDoc,

Very fast and accurate solution.

Thanks a lot.