November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Have you tried to put add a separate longstring for the javascript and disabled all the options for it in admin mode (giving you a simple textarea)?
You'll of coursehave to add a episerver:property or some such in your templates to display the new field too.
Hi
I have solved this problem by putting a <span> tag and a nbsp around the script taggs.
<span style="DISPLAY: none"> </span><script type="text/javascript">callafunction("hallo");</script>
This will keep the script from beeing deleted by the adminGUI and display functional HTML without disturb the layout.
/Janne
It will be removed by IE if the <script> tag is the first element in the editor.
I have a client who is using an email campaign manager which uses JavaScript to generate forms. The client needs to put these forms on various pages in the CMS.
The first time the script is put into an XHTML property and the page is published everything works. However, when you go in to edit the page again, the JavaScript is gone.
The JavaScript looks like this:
<script language="JavaScript" type="text/javascript" charset="utf-8"src="http://promoter.melbourneit.com.au/em/forms/subscribe.php?db=111&s=111&u=1118&k=d1111&emb=1"></script>
The website is running on EPiServer 4.61.
Any help to get this working would be greatly appreciated.