HI, I have a link on my site that opnes up a small asp form for contact info. In IE, it works fine. However, in FF I get: "Error: MM_preloadImages is not defined", and then the form opens up.
In my code I have no references anywhere for MM_preloadImages. I even removed any images that is in the code, and I get the same error.
Any suggestions?
Thanks David
tedster
4:06 pm on Apr 23, 2005 (gmt 0)
MM_preloadImages is a stock Dreamweaver javascript function - my best guess, look in your <body> tag for an onLoad call. If that's not it, check any external .js files.
You probably have error-checking turned off in IE and that's why you don't see any message in that browser.
dross
4:28 pm on Apr 23, 2005 (gmt 0)
Thanks Tedster. I found where it was coming from. It was the source page that actaully has the mm function missing. I was looking at the page that opens up for the error, but that page that held the link actually had the problem.