Forum Moderators: open
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.
I believe
window.opener.[b]parent[/b].location.reload will work