| Ever want to place a link or button on your page that will close the window to make it easier on the user? Well heres a quick and easy way to do just that. |
title of the link. <a href="javascript:window.close()">Close</a> |
<a href="javascript:window.close()"> <img border="0" src="close.gif" width="50" height="50"> </a> |
<form> <input type="button" value="Close" onClick="window.close()"> </form> |
discuss this topic to forum
