i want to automatically close internet explorer after running php code or after 50 seconds. i got following JavaScript but doesn't work in this case.
<script language='javascript'>
var win = window.open('http://www.google.com', '1366002941508','width=500,height=200,left=375,top=330');
setTimeout(function () { win.close();}, 10000);
</script>
please help me, i am trying different code doesn't work
best regards,