Add any of these cool scripts to your pop up pages for the visitor to close them. Several to choose from:
1. Closing a Regular Window from a Link Click
2. Closing a Regular Window from an Image Click
3. Closing a Regular Window from a Button Click
4. Closing a Frameset Window from a Link Click
5. Closing a Frameset Window from an Image Click
6. Closing a Frameset Window from a Button Click
1. Closing a Regular Window from a Link Click
Code:
<a href="javascript:window.close()">Close</a> Code:
<a href="javascript:window.close()">
<img border="0" src="closingwindows.gif" width="95" height="46">
</a>
Code:
<form>
<input type="button" value="Close" onClick="window.close()">
</form>
Code:
<a href="javascript:top.window.close()">Close</a> Code:
<a href="javascript:top.window.close()">
<img border="0" src="closingwindows.gif" width="95" height="46">
</a>
Code:
<form>
<input type="button" value="Close" onClick="top.window.close()">
</form>



.com .info
We're the affordable, reliable place to host your site. And unlike the competition, there's no set up fee and no annual commitment.
Our highly trained, courteous support staff is waiting to help. We'll resolve any issue to your complete satisfaction.