woocha Posted July 3, 2009 Share Posted July 3, 2009 Hi Guys, I have a JS file for an AJAX app that works great in Firefox, Chrome, and Opera, but not in IE6 or IE7. The JS file is located here: http://www.russwilliamsart.com/scripts/imago.js and the XML file it grabs info from is right here: http://www.russwilliamsart.com/gallery/Giclees/gallery.xml I think the problem is in the JS file, but I can't seem to find the error, can someone please help me out. thanks, Quote Link to comment Share on other sites More sharing options...
corbin Posted July 4, 2009 Share Posted July 4, 2009 You should alert() at random places or something because that's way too long to read through the whole thing. Also, you may want to run your code through http://www.jslint.com/. Quite a few errors come up. Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted July 4, 2009 Share Posted July 4, 2009 You may also want to show where this gallery script runs http://www.russwilliamsart.com/gallery.php When I open that page in IE I receive the following error: "this property or method is not supported for this object" on line 248 this is what I see on line 248 description = this.getDescription(); searching through the Gallery class the function "getDescription()" is nowhere to be found. I suggest you comment that line out and see what that does since you can't use what isn't there. Quote Link to comment Share on other sites More sharing options...
woocha Posted July 4, 2009 Author Share Posted July 4, 2009 yes everything works great when I remover the description, size, and price lines but i need those attributes to describe the paintings in the gallery. Quote Link to comment Share on other sites More sharing options...
woocha Posted July 4, 2009 Author Share Posted July 4, 2009 Thanks to all ...IT WORKS GREAT !! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.