Need Help Urgently

windows

Guest
I am just a beginner. I uploaded my first website<br />
using geocities (free site). When I check my website using netscape, everything is fine. But when I used Internet Explorer, the following error<br />
messages show:<br />
<br />
LINE: 2<br />
CHAR:29<br />
ERROR:SYNTAX ERROR<br />
CODE: 0<br />
<br />
LINE:4<br />
CHAR:203<br />
ERROR:UNDETERMINED STRING<br />
CODE:0<br />
<br />
What does it mean and how can I fix it? I am using tags that are common for both Netscape and IE.<br />
<br />
HELP!<!--content-->That's a JavaScript error, and you've (or goescities have) forgotten to close a string. E.g.<br />
<br />
var someString = "string...<br />
<br />
should be<br />
<br />
var someString = "string"<br />
<br />
But without a link to the page we probably can't help much more than that.<!--content-->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?<!--content-->
 
Back
Top