دکمه ای برای بستن پنجره

<!– ONE STEP TO INSTALL CLOSE WINDOW: 1. Copy the coding into the BODY of your HTML document –> <!– STEP ONE: Paste this code into the BODY of your HTML document –> <BODY> <!– This script and many more are available free online at –>
<!– The JavaScript Source!! http://javascript.internet.com –> <form>
<input type=button value=”Close Window” onClick=”javascript:window.close();”>
</form>