My client's SEO people wanted this javascript before the </body> tag:
This is fine and caused no issues except when uploaded Actinic had put in acatalog/ thus:
Following Norman's advice for the same issue with the Analytics code in the header I changed the code to this:
This has caused Actinic to run incredibly slowly and stops the computer working for two or three minutes every time a change is made, or switching between content and design. Any ideas how to solve this problem?
Thank you all very much.
BTW: Strangely it doesn't go slow on an XP machine, only W7.
Code:
<script type="text/javascript">document.write(unescape('%3Cscript type="text/javascript" src="'+document.location.protocol+'//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/1565.js"%3E%3C%2Fscript%3E'))</script>
Code:
<script type="text/javascript">document.write(unescape('%3Cscript type="text/javascript" src="'+document.location.protocol+'acatalog///dnn506yrbagrg.cloudfront.net/pages/scripts/0011/1565.js"%3E%3C%2Fscript%3E'))</script>
Code:
<script type="text/javascript">document.write(unescape('%3Cscript type="text/javascript" src="'+document.location.protocol+'//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/1565'+'.'+'js"%3E%3C%2Fscript%3E'))</script>
Thank you all very much.
BTW: Strangely it doesn't go slow on an XP machine, only W7.
Comment