I have several pages dynamically generated with Perl. They all work without errors in Firefox, but I need them to work in IE. On Firefox, I use the JavaScript Console extensively, but there doesn't seem to be anything useful in IE.
Double-clicking on the alert icon in the lower left-hand corner will give me an error message, a line number, and a character number, but that doesn't correspond to anything meaningful in either the actual source file (of course), or the "view source".
Some meaningless error messages:
Error: Expected ';' ...
I'm not missing semi-colons on any lines in any of my code that I can find. If I was, FF would also catch the problem.
Error: Object doesn't support this property or method.
This one does make sense. I develop my pages under FF mostly and the DOM is interpreted differently by MS, but I need to know what object and what property/method isn't understood.
Can anyone offer any advice?
--
-- Ghodmode
Double-clicking on the alert icon in the lower left-hand corner will give me an error message, a line number, and a character number, but that doesn't correspond to anything meaningful in either the actual source file (of course), or the "view source".
Some meaningless error messages:
Error: Expected ';' ...
I'm not missing semi-colons on any lines in any of my code that I can find. If I was, FF would also catch the problem.
Error: Object doesn't support this property or method.
This one does make sense. I develop my pages under FF mostly and the DOM is interpreted differently by MS, but I need to know what object and what property/method isn't understood.
Can anyone offer any advice?
--
-- Ghodmode