You are here: HTML > Anchors and Links > Popup Windows
Popup Windows: Closing The Popup
If you just want to close the popup without doing anything else, add another true. You should still link to a valid URL in case the user found the page without opening it as a popup.
<A
HREF="rbex.html"
onClick="return targetopener(this, true,true)">close</A>
which creates the link in
this popup window.
Popup Window: Don't Reload >>>
|