Link to home
Start Free TrialLog in
Avatar of chima
chima

asked on

Windows 7 IE9 and IE8

Hello,
I now have Windows 7 and I am using IE9.  On this same OS I wish to have both IE8 and IE9.  Can this be done?  If so how?
I now have IE8 on a remote server and needless to say, it is a pain in the ....well, I need a better solution.
thanks
Avatar of Stelian Stan
Stelian Stan
Flag of Canada image

You cannot have IE8 and IE 9 on the same system.
However, you can setup IE9 to work like IE8. Simply press F12, or "Developer Tools" from the tools menu, and change the Browser mode to Internet Explorer 8.

Thanks,
S.
Avatar of chima
chima

ASKER

SebastianAbbinanti, interesting thanks.  I looked around for proof that it was/is in IE8 mode when the F12 Developers Tool is selected, but I do not see any indication.
So I ask, where can I see or show that it is operating as IE8?
Javascript can tell you the reported version. The navigator.appVersion.indexOf("MSIE") property will report the version of IE.

Also you may try this site: http://www.quirksmode.org/js/detect.html  . It will just tell you what you're using.

Thanks,
S.
SOLUTION
Avatar of Stelian Stan
Stelian Stan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chima

ASKER

At this web site; http://www.quirksmode.org/js/detect.html  all I get it this:

Let's detect your browser:

You're using Explorer 9 on Windows!

I cannot get it to change to Explorer 8

And where is; navigator.appVersion.indexOf("MSIE")   I looked at the source code and could not find it.  I used Fiddler2 and did not find it.  Where is it?
Try closing IE and doing it again. It should look like this.
IE-Browser-Mode.tiff

Some times it does not change the first time through.

Thanks,
S.
Avatar of chima

ASKER

SebastianAbbinanti, please read my comment above.  Another question I have is this;
When F12 Developer Tools is checked, that means it is in the IE8 mode....correct?

The other question is; The F12 Developer Tools is "plural" but I do not see the > arrow for any other tool's menu, so there is only the checking and unchecking of that one tool?
Why is it "tools"?  Am I missing some "tools"?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chima

ASKER

by: SebastianAbbinanti, thanks.  With the site you gave me and noticing the drop down menu, now I can change it to IE8 or IE9;
User generated image
Points coming, thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chima

ASKER

thanks