I have three “content” slideshows on my joomla site (freeslider sp1) the javascript is powered by mootools. In all browsers they work fine except for IE. In IE9 I get the following error:
SCRIPT5: Access is denied.
mootools-core.js, line 483 character 2.
I have tried disabling jQuery, updating mootools-core.js.
I would like to fix this problem without rewriting mootools-core.js which is out of my capacity. The url is http://www.secureamericanow.org/
This issue has been driving me crazy!
Thanks,
Look in chrome’s console:
The page is violating the same origin policy.
The problem with the first error is one url is in https and the other is http. They have tpo both be http or https.