Do you want to Debug?

<!-- m --><a class="postlink" href="http://www.baileycreative.com/autrynationalcenter">http://www.baileycreative.com/autrynationalcenter</a><!-- m --><br />
<br />
see site in question above.<br />
<br />
It never fails to produce an "error on page" on the bottom of IE. Sometimes I <br />
get a "Do you want to debug?" message when I view on other PCs. Any thoughts?<!--content-->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()"<!--content-->Thanks Fredmv - that did it!<!--content-->You're welcome. :D<!--content-->
 
Back
Top