I need help getting rid of a page error message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please see www.sess.info, and note the page error symbol at the bottom left
of the screen. I see that is on line 37, but have no idea how to get rid of
it. Any ideas please?

Thanks.
 
I don't get an error but I also don't get your banner ad rotator (which uses JAVA)
- probably because of all the spaces in you file names like:
images/a Park City banner.jpg which becomes
<param name="image1" valuetype="ref" value="images/a%20Park%20City%20banner.jpg">

Remove all spaces from all File names

PS
Trust you are aware all users w/o a JAVA engine or w/ JAVA turned off will see nothing at the top of your page
--




| Please see www.sess.info, and note the page error symbol at the bottom left
| of the screen. I see that is on line 37, but have no idea how to get rid of
| it. Any ideas please?
|
| Thanks.
 
Hi Supers,

I ran the page through my debugger in Visual Studio.Net, and the problem is
a call to a non-existent function in the body tag ("onload" attribute). I
believe this is a call to a JavaScript function generated by FrontPage when
you use some of its DHTML capabilities. However, the function isn't there,
so the error occurs. If you remove "dynanimation()" from the "onload"
attribute of the body tag, it will stop causing the error.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Back
Top