error

1

1aae

Error A runtime error has occurred
Do you wish to debug?
Line:36
Error: object expected
Yes no
=====
I pres Yes

This message appear:
==
Just –in – time debugging
An exception ‘runtime error’ has occurred in script
However, no debuggers are registered that can debut this exception. Unable
to JIT debug.
What can I do
 
J

Jim Buyens

Please post the contents of line 36 (or, better yet, lines
30-40 or so) to this thread.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
1

1aae

thank you for your help and answer
I can't edit the code because (I don't know)
Do you wish to debug?
Line:36
and press Yes No thing happened and another message box appear here is the
message
Just -in - time debugging
An exception 'runtime error' has occurred in script
However, no debuggers are registered that can debut this exception. Unable
to JIT debug.
so I can't Edit the code or see what is wrong any help
Thank you
 
J

Jim Buyens

Choose Internet Options from the Tools meny, click the Advanced tab,
and then, under Browsing, clear the Disable Script Debugging
checkbox.

If that doesn't help, open the Web page in FrontPage, switch to HTML
or Code view, and scroll down to line 36.

Also, if possible, please post the URL to this thread.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
1

1aae

The error message tell me the error in line 1 and this is the first line of
html

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice"
xmlns="http://www.w3.org/TR/REC-html40" dir="rtl">

My site is created with language other than English
 
J

Jim Buyens

URL, please.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
1

1aae

www.geocities.com\umra_hajj1425
thank you
Jim Buyens said:
URL, please.

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)
|/---------------------------------------------------
*----------------------------------------------------

"1aae" <[email protected]> wrote in message
 
J

Jim Buyens

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)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top