• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Emulate IE6 with IE8

  • Thread starter Ben Aissa Sonia
  • Start date
B

Ben Aissa Sonia

Flightless Bird
Hello,

We have a problem in displaying a web site with IE8.
Is it possible to emulate the use of IE6 when browsing to the web site with
IE8.

I find an article that describe how to change the application code but our
customer didn't want to do that:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6"/>

Please can you help me;

Best Regards.
Sonia.
 
F

FrankV

Flightless Bird
Did you try the IE Tools>Compatibility View Settings?

Frank

"Ben Aissa Sonia" <BenAissaSonia@discussions.microsoft.com> wrote in message
news:CA622D37-37A1-4B74-BD0C-933148017F88@microsoft.com...
> Hello,
>
> We have a problem in displaying a web site with IE8.
> Is it possible to emulate the use of IE6 when browsing to the web site
> with
> IE8.
>
> I find an article that describe how to change the application code but our
> customer didn't want to do that:
>
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6"/>
>
> Please can you help me;
>
> Best Regards.
> Sonia.
 
R

Robert Aldwinckle

Flightless Bird
"Ben Aissa Sonia" <BenAissaSonia@discussions.microsoft.com> wrote in message
news:CA622D37-37A1-4B74-BD0C-933148017F88@microsoft.com...
> Hello,
>
> We have a problem in displaying a web site with IE8.
> Is it possible to emulate the use of IE6 when browsing to the web site
> with
> IE8.



Depends on what the issue is. If you just want to connection with an IE6
User-Agent and hope that the rendering works using either Quirks mode or IE7
or IE8 standards you could use the UAPick tool.


>
> I find an article that describe how to change the application code but our
> customer didn't want to do that:
>
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6"/>
>
> Please can you help me;
>
> Best Regards.
> Sonia.
 
P

PA Bear [MS MVP]

Flightless Bird
You can spoof IE7 (or IE6) User Agent strings to make a wepage or web-based
application (but not an installed application) "think" you're running IE7
(or IE6). See http://www.enhanceie.com/ua.aspx or
http://www.enhanceie.com/ietoys/uapick.asp


Ben Aissa Sonia wrote:
> Hello,
>
> We have a problem in displaying a web site with IE8.
> Is it possible to emulate the use of IE6 when browsing to the web site
> with
> IE8.
>
> I find an article that describe how to change the application code but our
> customer didn't want to do that:
>
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6"/>
>
> Please can you help me;
>
> Best Regards.
> Sonia.
 
Top