SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: JavaScript Error
-
Sep 7, 2001, 16:38 #1
- Join Date
- Jan 2001
- Location
- Alberta, Canada
- Posts
- 338
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
JavaScript Error
I am having some problems with ComoxRealEstate.com. In IE at the bottom left in the message bar it says "Error on page." but I'm not sure exactly what the problem is. Also, depending on the browser, an error message will popup- which I definately don't want happening. I'm pretty sure the problem is in the JavaScript rollover code, could someone please take a quick look and help me out?
Thanks,
Michael
-
Sep 7, 2001, 16:43 #2
- Join Date
- Oct 2000
- Location
- Austin, TX
- Posts
- 1,438
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The error is because you call the function MM_preloadImages() to preload images in the onLoad event of the body tag, but the function hasn't been defined.
ck :: bringing chris to the masses.
-
Sep 7, 2001, 16:51 #3
- Join Date
- Jan 2001
- Location
- Alberta, Canada
- Posts
- 338
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for the quick response, Anarchos. Could you please tell me how to define the function? Thanks!
Bookmarks