I want to closed current browser tab after pop up 'Thank you' disappeared.
<script language='javascript'>
alert('Thank you.');
window.close();
</script>
But It didn't works and still white blank screen. How to make to close automatically the white blank screen???
Please to help.
Noted: Support for all web browser.
Thanks