Tuesday, September 24, 2013

[JavaScript] Code Snippets

Redirect to the page with code below to close the window right away.
<script type="text/javascript">
window.open('','_self','');
window.close();
</script>