Hi,
What your asking for specifically is possible but beyond the scope of this NG but you can emulate it by using the popup (child) to:
1. Load a new page into the parent
2. Give focus to the parent
3. Close the popup
<button unclick="window.opener.location.her='http://www.Microsoft.com'; window.opener.focus(); window.close();"> Click me </button>
--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in
"mh53j_fe" <(E-Mail Removed)> wrote in message news:5B0F7727-ED56-42BD-BE7E-(E-Mail Removed)...
>I have a website where onload of the home page, a small window pops up to
> tell the audience about an event that is scheduled for March. At the bottom
> of the window, I tell the user to click here to learn more.
>
> Onclick of the hyperlink, I want to do the following:
> 1. Close popup window.
> 2. Go back to the parent window and redirect to a new page.
>
> How can I do that?
> Thanks to all for your help!
> Regards,
> Dave