Re: custom dialog window strips html code before pasting into editor

  •  04-09-2006, 2:13 PM

    Re: custom dialog window strips html code before pasting into editor

    almost there.....
     
    The CSS link insert is working great, but I am still having issues with the <script> part. I have it working so that my dialog box inserts the <script> tags correctly. However, when I look at in in Preview mode, my script does not function. If I view source on the editor, I see that the <script> tags have been stripped, and this has been put in its place:
     
     
    This happens also if I hardcode <script> tags and functions into the html view.
     
    I have enablestripscrips = false.
     
    Any ideas on this one?
     
    Thanks for the help, this is really coming along.
     
    Eric
     
    complete code below:
     
    <html>
      <head>
      </head>
      <body>
          <div><input id=Button1 type=button value=Button1 Name=Button1 OnClick='CallAlert();'></div>
      </body>
    </html>
View Complete Thread