1

Possible Duplicate:
Multiple versions of Internet Explorer on a machine

I'm a developer, and I need to test my web applications on Internet Explorer 7 and 8. How can I have them both installed on Windows 7?

ufk
  • 919

5 Answers5

3

Short answer - you can't

Long Answer - Install Windows XP Mode and run IE7 in that.

EDIT: I have not suggested any other VM solutions as they will require an extra Windows XP licence - Windows 7 Pro, Ultimate and Enterprise include a Windows XP licence to be used in Windows XP Mode

Shevek
  • 16,738
2

IE8 does have compatibility mode that can render pages as IE7 would see them. I would not relay on this for testing Javascript but for testing CSS it is fine.

matpol
  • 387
2

Use the IE8 Developer Tools (under Tools menu, or press F12). You can set the Browser mode and Document mode to IE7.

I've used this for development, and it has worked well.

Chris
  • 2,385
1

You could also try something like this site:

http://spoon.net/browsers/

which allows you to download and run various browsers in "sandboxed" modes, that can run alongside each other.

eidylon
  • 1,829
1

You can try IETester