vote up 2 vote down star
1

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

testing for cross-browser issues.

flag

42% accept rate
This is not a programming question, and something that can easily be determined by a google search. – Darien Ford Aug 18 at 13:50
2  
Even simple questions are allowed, and in fact. And I think the goal of this site is to be the answer from the google search! ;) – Carl Bergquist Aug 18 at 13:54
1  
@Darien Ford: I'd definitely disagree - testing code (even HTML/CSS) is as much a part of programming as writing the code itself. – Pwninstein Aug 18 at 13:57
Fair enough. Thats what the voting is all about. – Darien Ford Aug 18 at 14:25

8 Answers

vote up 4 vote down

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.

link|flag
+1. I've been using these for more than two years now, each time they expire Microsoft refreshes them. Also of note, the previous batch (which expired sometime in April) seemed to continue working after the expiry date, although they shut down after an hour of use. – Grant Wagner Aug 18 at 16:02
vote up 2 vote down

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.

link|flag
+1 For the link. Unfortunately I personally have found IETester to be a bit buggy. Better than nothing, though. – Pwninstein Aug 18 at 13:54
vote up 2 vote down

Do you mean MultipleIEs?

http://tredosoft.com/Multiple_IE

link|flag
+1 for multiple_IE. I've sed it and it wroks great. – Manu Aug 18 at 13:57
vote up 1 vote down

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

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.