PDA

View Full Version : Page Load Errors


nickhaigh
Oct-15-2008, 04:41 AM
I now have 2 page load errors in IE, doesn't seem to be the case for FF
that is fine, but when you hit my homepage it says 'Done, but with errors on the page'

this seems to have happened since playing around trying to get that animoto video on my front page!

the 2 error messages are as follows

Line: 146
Char: 1
Error: Object expected
Code: 0
Url: http://www.nickhaigh.net

--------
Line: 25
Char: 2
Error: Expected identifier, string or number
Code: 0
Url: http://www.nickhaigh.net

any ideas what the problem is or how to fix?

I have a backup of my Bio code, so I just copy & pasted the code back in

but the errors persist.

Thanks

Allen
Oct-15-2008, 06:29 AM
I now have 2 page load errors in IE, doesn't seem to be the case for FF
that is fine, but when you hit my homepage it says 'Done, but with errors on the page'

this seems to have happened since playing around trying to get that animoto video on my front page!

the 2 error messages are as follows

Line: 146
Char: 1
Error: Object expected
Code: 0
Url: http://www.nickhaigh.net

--------
Line: 25
Char: 2
Error: Expected identifier, string or number
Code: 0
Url: http://www.nickhaigh.net

any ideas what the problem is or how to fix?

I have a backup of my Bio code, so I just copy & pasted the code back in

but the errors persist.

Thanks The last item in the vanity table should not be followed by a comma.
See header javascript.

...
contactme: "http://www.nickhaigh.net/gallery/5951694_oZdhF",
};


Also in header javascript you can not use script tags.

<script type="text/javascript" language="javascript">
CheckRedirects();
</script>

nickhaigh
Oct-15-2008, 06:41 AM
The last item in the vanity table should not be followed by a comma.
See header javascript.

...
contactme: "http://www.nickhaigh.net/gallery/5951694_oZdhF",
};
******** type="text/javascript" language="javascript">
</********

Also in header javascript you can not use script tags.

<script type="text/javascript" language="javascript">
CheckRedirects();
</script>

Thanks Allen, problem sorted ;o)
much appreciated