Re: <script> tags stripped by javascript call to setHTML

  •  03-19-2008, 1:51 PM

    Re: <script> tags stripped by javascript call to setHTML

    CuteSoft replaces my <script> block with an HTML comment containing: {cps..3}...  even after adding setTab...
     
    i.e.

            editor.SetActiveTab("Edit");
            editor.setHTML(htmlStr);

    I notice it saves the <script> stuff into CE_T_H...
     
    When does  this get reversed?
View Complete Thread