Friday, July 30, 2010

close browser without confirmation box

menutup jendela browser tanpa konfirmasi:

<script language=javascript>
window.open('','_self','');
window.close();
</script>

dapet dari sini

No comments: