It doesn't say which line the error is on. It renders the page but first the error box pops up with "unterminated string constant message" then there is also some code at the top of the page that shouldn't be there :
'); which is coming from the code
<SCRIPT language="JavaScript">
if ((navigator.platform == "Win32") && (navigator.appName == "Microsoft Internet Explorer"))
{
document.write('<SCRIPT src="$GEO_IMAGE/moveme.js"
}
</SCRIPT>
Main Topics
Browse All Topics





by: dgabrielPosted on 2002-11-11 at 10:11:58ID: 7434726
which line do you get the error on?
I would think it's possible that the error could be coming from inside the .js file.