Well, this is pretty curious. I get errors on lines 71 and 1.
The line 71 error is "Object Expected". It's calling a function
named geovisit() which doesn't exist. This function call is in
some code that the GeoCities server appends to your Web page, to
display advertising.
The line 1 error is "Syntax Error" and seems to refer to the first
line in this script
<SCRIPT language='JavaScript1.1'
SRC="
http://ad.doubleclick.net/adj/N2998...1788423/A=2072158/R=1/*;ord=1081702023654901?">
</SCRIPT>
Again, this seems to be something that GeoCities is adding to your
page. Most likely, it's trying to display an ad banner.
This is the price of free hosting. Geocities is adding this code to
your Web page because they get their money from advertising, and not
from you. But either something is misconfigured at their end, of
there's something about your page that they didn't plan for. This
might be the right-to-left character orientation, or the Arabic
character set, or a syntax error of some kind in your page.
If you have another, similar page that works, make a copy of it and
then gradually convert it into a copy of the problem page. When the
last thing you did causes the errors to start appearing, that's the
problem.
Another alternative is to find a host that doesn't append things to
your HTML.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------