Problem with adding script inside editor

  •  02-28-2006, 11:01 AM

    Problem with adding script inside editor

    when I write <script type="text/javascript">myFunction();</script>
    I get
     
    </p><script type="text/javascript"><![CDATA[
        yFunction();
      ]]></script>
     
    I already changed the
    EnableStripScriptTags to false
    and I looked in http://cutesoft.net/example/EnableStripScriptTags.aspx where this problem does not happen
     
    can you help me?
    Thanks
     
     
     
View Complete Thread