CrazySilver Posted August 2, 2011 Posted August 2, 2011 Hi Guys, I'm having an issue with customer unable to login using IE 9 browser. It seem to be a intermitten issue but with a unsuccessful login rate of 80%, when customer try to login the page just refresh and nothing happen. Other browser does not have this issue. I tested the original script without any customization its still the same. Anyone has encounter this problem ? or any idea how to resolve this issue ? Been trying to solve this for a week but nothing seem to work. Any help would be greatly appreciated. -Victor-
satish Posted August 2, 2011 Posted August 2, 2011 <head> <!-- Mimic Internet Explorer 7 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > <title>My webpage</title> </head> or <head> <!-- Mimic Internet Explorer 8 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" > <title>My webpage</title> </head> Add this to your html head part. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
satish Posted August 2, 2011 Posted August 2, 2011 <meta http-equiv="X-UA-Compatible" content="IE=8"> to correct My above post. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
CrazySilver Posted August 3, 2011 Author Posted August 3, 2011 Hi Satish, Thanks for helping but non of the above work =( i tried all three but all still having the same problem. Just to confirm i added the codes to template_top.php, am i doing it right ? -Victor-
CrazySilver Posted August 3, 2011 Author Posted August 3, 2011 This is our website in case you need to have a look at the codes. http://www.silverag.com.sg/catalog/login.php -Victor-
CrazySilver Posted August 7, 2011 Author Posted August 7, 2011 Anyone ? i'm still having the problem >.<
Recommended Posts
Archived
This topic is now archived and is closed to further replies.