Forum Moderators: open

Message Too Old, No Replies

IE "Error on the Page"

It validates!

         

jo1ene

5:32 pm on Nov 10, 2004 (gmt 0)

10+ Year Member



I have a test page that validates as xhtml 1.0 transitional, but when I load it, the little thingy on the bottom left of IE 6.0 says there's an error on the page: "Object Required" on line 1, char 1. Besides the fact that it isn't rendering the page properly and Firefox is, I have a very similar page (Just different content and css) that doesn't have the error. Is there a known issue or do I have to post code for y'all? I don't have a whole lot of experience in the xhtml specs, although, as I said bfore, it does validate.

tedster

6:20 pm on Nov 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sounds like a script error, rather than a mark-up error - and the validator doesn't check scripts, so a page can still be valid HTML and have script errors.

'Line 1 Character 1' would refer to a the first position in the jscript, not the first position on the HTML.

jo1ene

7:42 pm on Nov 10, 2004 (gmt 0)

10+ Year Member



Ah...

There was...

<!--[if IE]><link rel="stylesheet" type="text/css" href="./ie.css" /><![endif]-->

...left over when copying things around. I wouldn't call it a script, but it's OK when I take it out.