Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"

  •  01-22-2016, 9:00 AM

    Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"

    try change code editdoc.body.innerHTML="";  to editdoc.body.innerHTML=" ";  it will fix the firefox and IE issue.

     

    Regards,

     

    ken 

     

View Complete Thread