Click to See Complete Forum and Search --> : "Error on Page" preloadImages


RemnantPub
11-27-2002, 07:56 AM
I am getting a "error on page" message when I load a web page I am working on.

I believe the error is being generated by the preloadimages command associated with my rollover buttons, but everything seems to load okay (once you ignore the error message).

Can anyone help me figure out what the problem is?

The page is www.jesuscult.org/index.htm

Thanks in Advance!

Charles
11-27-2002, 09:26 AM
You are calling a function MM_preloadImages() with the window.onload() handler but I don't see where you have defined MM_preloadImages(). Also I see that you have given thirteen or so instances of spacer.gif the name undefined_2.

RemnantPub
11-27-2002, 09:54 AM
Charles,

Thanks so much for your help. You were completely right. I defined the preloadimages and the error message is now gone.

I will also check into the other glitch you noticed.

I REALLY appreciate your time!