PDA

View Full Version : popup window question


Binky
10-27-2001, 12:21 AM
The page at http://vancouverjazz.com/listen/bnb.htm opens in a popup window when a user clicks a link to it. The page itself has a link to another page (using target= "_blank"). How can I have the popup close automatically when the user follows that link?

jmcmike
10-27-2001, 10:32 AM
You need to provide a link to your starting page, from where "http://vancouverjazz.com/listen/bnb.htm" is linked.

When you say "The page itself" which page are you talking about?

Justin McMichael

Binky
10-27-2001, 07:36 PM
Thanks, Justin, but I figure out all I need to do is add onClick="self.close()" to the link.

jmcmike
10-27-2001, 08:50 PM
Sounds logical.

Justin