Script for Close Browser

by Mohan 2012-09-18 13:16:31





<!-- Start of Close Browser Script -->
<!-- When the "Close Window" button is clicked, this script
will close the browser window that the webpage is in.
-->
<script language="JavaScript">
<!--

function closeIt() {
close();
}

// -->
</script>

<center>
<form>
<input type=button value="Close Window" onClick="closeIt()">
</form>
</center>

<!-- End of Close Browser Script -->

Tagged in:

847
like
0
dislike
0
mail
flag

You must LOGIN to add comments