[thelist] refesh parent window with javascript....

Tom McMillen tgmcmillen at yahoo.co.uk
Fri Jun 28 09:39:01 CDT 2002


>
> i'm trying to get a popup window to refresh the
> parent window on
> closing.

you could try calling a function in the opener window
from the closed window....

window.opener.childClosed()

and then in the parent window have the function
childClosed reload the window

function childClosed() {
window.location.reload();
}

That should work.

t

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



More information about the thelist mailing list