Runtime Error Object Expected

J

Jim

I am in the process of using FrontPage 2003 to upgrade a
website that was originally developed using FrontPage
2000. Several pages in the site are now encountering
scripting errors at load time. The script statement
creating these errors appears to be: onload=" dynAnimation
();
Any help resolving this problem will be greatly
appreciated.
Jim
 
G

Guest

Bill,
I believe that you are on the right track but I do not
currently have any DHTML effects on these pages. As I
mentioned, this site was originally developed about trhee
years ago and it is possible that DHTML was used on some
of the link bars. However all of those elements have been
replaced with interactive buttons. I copied one to these
pages to a test page and then delete everything from one
of the pages (in design view. The page still gave me this
error in preview mode (or when viewed the page in IE6).
By the way, after I deleted everything from the test
page, the following line was still there:

<body
stylesrc="http://web2003/jhbarnes/_private/style_White_Bac
kground.htm" leftmargin="50" onload=" dynAnimation()"
style="text-align: left">

Don't know if this is significant or not.
Jim
 
R

Ronx

If you are not using the DHTML effects, delete the onload statement
onload=" dynAnimation()"
from the body tag.
 
Top