1) Script Title: FrogJS Image Gallery
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ogjs/index.htm
3) Describe problem: this script works fine in chrome but not in IE9.plz help to resolve this issue
1) Script Title: FrogJS Image Gallery
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ogjs/index.htm
3) Describe problem: this script works fine in chrome but not in IE9.plz help to resolve this issue
Last edited by pallavi; 06-29-2012 at 03:13 AM. Reason: title changed
You're right. IE 9 hadn't been invented yet. Update prototype/scriptaculous. Change:
to:Code:<script type="text/javascript" src="scripts/prototype.js"></script> <script type="text/javascript" src="scripts/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="scripts/frog.js"></script>
Code:<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="scripts/frog.js"></script>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks