View Full Version : FrogJS Image Gallery script not working
pallavi
06-29-2012, 03:02 AM
1) Script Title: FrogJS Image Gallery
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex/frogjs/index.htm
3) Describe problem: this script works fine in chrome but not in IE9.plz help to resolve this issue
jscheuer1
06-29-2012, 04:07 AM
You're right. IE 9 hadn't been invented yet. Update prototype/scriptaculous. Change:
<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>
to:
<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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.