mrblah
mrblah

Reputation: 103707

where is that tool where I can load IE6 and IE7 on the same computer?

where is that tool where I can load IE6 and IE7 on the same computer?

testing for cross-browser issues.

Upvotes: -1

Views: 526

Answers (8)

user189424
user189424

Reputation:

I absolutely agree with using VMs. I used to use Multiple IEs, but then discovered that conditional comments don't work if you have more than one version installed. Not much use if you have to use that ugly hack, which I'm afraid I do. browsershots looks quite cool, but not fast enough for me! If only we were rid of the foulness of IE!

Upvotes: 0

Alex Angas
Alex Angas

Reputation: 60068

You can download one of the Internet Explorer Application Compatibility VPC Images. These will work with Virtual PC (also a free download). The images available (at this time) are:

  • Windows XP SP3 with IE6
  • Windows XP SP3 with IE7
  • Windows XP SP3 with IE8
  • Windows Vista with IE7
  • Windows Vista with IE8

Note that these are time bombed and if you choose to use this solution you will need to download versions with the expiry date extended at some point. Presumably one day Microsoft will cease to offer the images for the older OSs as well.

Upvotes: 4

pixel
pixel

Reputation: 5298

You can also download IE6eolas_nt.zip from http://browsers.evolt.org/?ie/win32/standalone

It does have a couple of issues though:

  1. Transparency hacks for IE6 do not work.
  2. conditional comments think that the browser is IE7 (or whatever browser you actually have installed).

FYI, http://browsers.evolt.org is a repository of (very likely) every browser, ever.

Upvotes: 0

Wim ten Brink
Wim ten Brink

Reputation: 26682

Better use VMWare or another Virtual Machine solution. That way, you won't just test with different browsers but you'd also be able to test with many different environments! (E.g. Windows 2000 with IE7, Windows XP with IE5, Windows 7 with IE8, Linux with FireFox, Vista with Chrome...)

Upvotes: 0

Jakub
Jakub

Reputation: 20473

I have always used: http://browsershots.org/

It allows you to view the site in multiple browsers for multiple OS's

Upvotes: 1

Do you mean MultipleIEs?

http://tredosoft.com/Multiple_IE

Upvotes: 3

JustABitOfCode
JustABitOfCode

Reputation: 984

If you want reliable cross-browser testing, forget about loading ie6 and 7 (and 8?) on the same machine. I can't recommend it. It's never worked for me.

Try ie tester http://www.my-debugbar.com/wiki/IETester/HomePage, I've only had positive experiences with it, and everyone I show it to, loves it.

Upvotes: 3

Related Questions