Click to See Complete Forum and Search --> : Need Help Urgently


green archer
11-24-2002, 08:32 AM
I am just a beginner. I uploaded my first website
using geocities (free site). When I check my website using netscape, everything is fine. But when I used Internet Explorer, the following error
messages show:

LINE: 2
CHAR:29
ERROR:SYNTAX ERROR
CODE: 0

LINE:4
CHAR:203
ERROR:UNDETERMINED STRING
CODE:0

What does it mean and how can I fix it? I am using tags that are common for both Netscape and IE.

HELP!

Rick Bull
11-24-2002, 09:17 AM
That's a JavaScript error, and you've (or goescities have) forgotten to close a string. E.g.

var someString = "string...

should be

var someString = "string"

But without a link to the page we probably can't help much more than that.

PeOfEo
11-24-2002, 05:46 PM
Are you using internet explorer just to view you page or are you looking at it through aol of something. Is it actually preventing from seeing the page?