This content has been marked as final.
Show 2 replies
-
1. Re: Not working in IE
Ben Pleysier Jan 15, 2011 1:47 AM (in response to zevendesign)Try moving SpryURLUtils.js from
<script src="SpryAssets/SpryData.js" type="text/javascript"></script> <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script> <script src="SpryAssets/SpryURLUtils.js" type="text/javascript"></script>
to
<script src="SpryAssets/SpryURLUtils.js" type="text/javascript"></script> <script src="SpryAssets/SpryData.js" type="text/javascript"></script> <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
-
2. Re: Not working in IE
zevendesign Jan 21, 2011 2:21 AM (in response to Ben Pleysier)Thanks and I did try this but after running some cross browser online tests, it still did not resolve the problem. Rather than populating the page with the content, it simply shows the template with {BUTTON} where the button text should be, etc. This isn't just a problem with IE, it also happens in Firefox running on Windows (runs fine on MAC). Here's a screenshot of what's happening:
http://browsershots.org/screenshots/847d4acbed090a2f9b0074f1e1e3c32f


