Sorry to trouble
There have been several posts about Sellerdeck adding 'acatalog' to javascript references.
I am trying to add this to a client site:
Unmodified, Sellerdeck adds acatalog thus:
I have tried several variations of document.write with no success. For example, writing this code:
Merely results in the code appearing unaltered in the page source of the live site!
Please can anyone help?
Thanks
There have been several posts about Sellerdeck adding 'acatalog' to javascript references.
I am trying to add this to a client site:
Code:
<script type="text/javascript" src="//www1.moon-ray.com/v2.4/include/formEditor/genbootstrap.php?method=script&uid=p2c7054f31&version=1"></script>
Code:
src="acatalog//www1.moon-etc etc
Code:
<script> document.write(" %3Cscript type="text/javascript" src="//"+"w"+"w"+"w1"+"."+"moon-ray"+"."+"com/v2.4/include/formEditor/genbootstrap.php?method=script&uid=p2c7054f31&version=1"%3E%3C/script%3E "); </script>
Please can anyone help?
Thanks
Comment