 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| 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. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|