We are facing one problem only on IE6. We have used one javascript code for redirecting page after user is login. It works fine on other browser, but on IE6 after user is logged in it is showing blank page and after refresh it will show the appropriate page.
JavaScript code:
window.location.href='page_name.php'
First we thought this is problem only for JavaScript but we created one test php page and added only three links by clicking on the link it will go to the site, but on first instance it is showing blank page on IE6.
We have some other sites on same server and they all are working fine with the same code, only one domain is giving problem in IE6.
I am using javascript only when user is logged it.
But if I click on the "index.php" which is not javascript is a simple link still it is displaying blank page on IE6.
Does it is related to some settings for that Domain in Apache or it is something else?
Waiting for reply...
Thanks in advance.
Regards,