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
Printable View
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
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>