Code
<input type="button" value="Close" onclick="CloseWindow();" />
<script type='text/javascript'>
<!--
function CloseWindow() {
ww = window.open(window.location, "_self");
ww.close();
}
-->
</script>
<script type='text/javascript'>
<!--
function CloseWindow() {
ww = window.open(window.location, "_self");
ww.close();
}
-->
</script>
