PDA

View Full Version : Script error - 4 total scripts running: HELP!


JWGlenn
11-30-2002, 04:14 PM
On the following site:

http://cwcafe.com/elab

While on the page: http://cwcafe.com/elab/iccsvcs.html , I am having the following error message appear when I navigate my arrow over the top menu:

A Runtime Error has occured.
Do you wish to debug?

Line: 81
Error: Object doesn't support this property or method

I am running the following scripts on this page:
Milonic DHTML Website Navigation Menu
Fading Scroller (twice)
Scrollable Content II

Now, all of these scripts are within the BODY tags, and the last two are inside a table. I'm not quite sure how I can go about fixing the problem, so any help would be greatly appreciated.

Thanks. :)

Garadon
11-30-2002, 05:23 PM
line 82 or so looks like this: if (index>=fcontent.length)
try replacing it with this:if (index>=fcontent.Length)

JWGlenn
11-30-2002, 05:53 PM
No, that doesn't seem to be the problem.