Click to See Complete Forum and Search --> : Do you want to Debug?


BaileyBoy
12-15-2003, 12:23 PM
http://www.baileycreative.com/autrynationalcenter

see site in question above.

It never fails to produce an "error on page" on the bottom of IE. Sometimes I
get a "Do you want to debug?" message when I view on other PCs. Any thoughts?

fredmv
12-15-2003, 12:38 PM
From Mozilla's JavaScript Console:Error: preloadImages is not definedThis is basically saying that you are trying to call a function in which doesn't exist. All you should need to do is remove this function call from your onload event handler:<body onLoad="preloadImages();preloadImages2()"

BaileyBoy
12-15-2003, 01:20 PM
Thanks Fredmv - that did it!

fredmv
12-15-2003, 01:45 PM
You're welcome. :D