I have this piece of code on a php page, at the bottom:
window.opener.location.href="/index.html";
setTimeout("self.close();",3000);
This doesn't seem to work in IE6 (haven't tested any other IE version yet).
It works fine in FF, Safari, Opera, Chrome etc... But as usual, IE struggles.
So, what could be the problem.
The error message I get is: "'Window.opener.location' is null or not an object" Is there any walkaround for this?
If you need more input let me know. Thanks
BTW: I have tried changing the path back and forth... no help