Re: Pasting JavaScript Code in Code-View disapears

  •  10-07-2013, 8:28 AM

    Re: Pasting JavaScript Code in Code-View disapears

    Hi miller399,

     

    Please set property "AllowScriptCode" to true and set   "TagBlackList" to "", then it will allow to use <script> and <iframe> target.

     

      <RTE:Editor ID="editor1" runat="server" AllowScriptCode="true" TagBlackList=""/>

     

    Regards,

     

    Ken 

View Complete Thread