Both of these files are missing a "// -->" at the end of the init() javascript which oddly enough just displays a blank page when using I.E. however Firefox does not seem to have this problem.

If you search for:
Code:
if (typeof _editor_url == "string") HTMLArea.replaceAll();
}
and right after the closing brace add:
Code:
// -->
it corrects the problems when using I.E. to edit pages.

Jeff