[Javascript] javascript opener refresh

Peter-Paul Koch gassinaumasis at hotmail.com
Thu Aug 16 10:03:08 CDT 2001



>I have a pop up window with email fields.  when someone enters an
>email and clicks submit the window should close and the opener should
>refresh (it should display a new vote total by refreshing the opener
>window).  it is not refreshing the opener window.
>anyway, I didn't write the javascript but it seems to work when I
>plug it into static html pages, it is basically
>top.opener.window.location.href =
>i've also tried just window.opener.href.

Try

opener.location.reload()

ppk


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




More information about the Javascript mailing list