PDA

View Full Version : Popups again


Dingbat
05-10-2003, 01:00 PM
Hi Guys,

I have a popup that I need to close but at the same time to open another page in frame. To close the popup I am using: <a class="1" href="javascript:top.close()" and of course that works fine. I need the code that will open the new page in the main frame.

I am sure this is something simple but I can't see it this morning.

Regards,

The Dingbat :confused:

Mr J
05-10-2003, 02:53 PM
Try

parent.framename.location="yourpage.html"

on unload from the popup