My Code:-
<BODY onload="redireccionar();">
<SCRIPT LANGUAGE="JavaScript">
function redireccionar() {
setTimeout("self.close()", 500);
}
</SCRIPT>
Above is my code regarding facing issues on chrome and firefox while it works fine with IE. I have tried almost all functions available here but still facing the same. please suggest any solution. Thanks in advance.