HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Closing the Popup Window
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Feedback
View previous topic :: View next topic  
Author Message
Ginny Stibolt



Joined: 18 Sep 2005
Posts: 1

Posted: Sun Sep 18, 2005 4:53 am     An error in the popup tutorial  

The code you provided to close the popup window (with a legitimate href, in case someone finds the popup in an odd way) opens the targetopener webpage inside the popup window.

The proper code to close a popup is:
<a href="#" onclick="self.close();return false;"><font size="1">Close Window</font></a>

The link to the target opener should be a separate link with a target="_blank" so it opens in its own window.

Good form here would be to include the metatags to prevent robots from finding this page.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Feedback
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group