Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IE 9 , Member login issue


CrazySilver

Recommended Posts

Posted

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-

Posted

<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.

Posted

<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.

Posted

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-

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...