PDA

View Full Version : need help with image slideshow script


canadian_legend
09-10-2002, 12:55 AM
ok, here's my page:
http://randominsanity.reallyrules.com/images.html


I got the script from:
http://www.simplythebest.net/scripts/dhtml_script_96.html

It doesn't work right, and the page says "error on page" on the task bar.

Can anyone help me out?

ShriekForth
09-10-2002, 04:33 PM
The problem is that you are calling two functions that do no exist.

DefineDefaultVars() is not listed anywhere ont he page, that is what generates the first error. Remove it, or add the function.

The second error is basically the same thing, line 145, it's calling setonclickmethods() and that does not exist either.

Also onUnload it calling spawntopfivewindow() that does not exist on the page either.

Remove those references or add the scripts and then see what happens.

ShriekForth