Keeping multiple IE's apart

My script does not work in Explorer 3.

It is possible nowadays to run multiple versions of Explorer Windows side by side on the same computer. The problem, however, is keeping them apart. I wrote this simple script to do exactly that.

The following information will precede the document title:

The script runs in this page and in the overall frameset of this site. You should see it right now in the title bar of your Explorer.

To set it up, do the following:

  1. Download keepieapart.js.
  2. Include it in the web page you're working on after the title, like
    <title>JavaScript - Keeping multiple IE's apart</title>
    <script src="keepieapart.js"></script>
    
  3. The document title will now be preceded by the IE version.
  4. Don't forget to remove the include when you're finished building the page.

It's supposed to work something like this: