Re: Javascript error when uploading

  •  07-10-2014, 8:58 AM

    Re: Javascript error when uploading

    Hi msinotte,

     

    Can you post your editor page url here? So we can check on it too. Also, you can send it to [email protected]

     

    And please try the example page below on your site, does it get the same error too?

     

    1. <%@ Page Language="c#" ValidateRequest="false" %>  
    2.   
    3. <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>  
    4.   
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    6. <html xmlns="http://www.w3.org/1999/xhtml">  
    7. <head runat="server">  
    8. </head>  
    9. <body>  
    10.     <form id="Form1" method="post" runat="server">  
    11.         <RTE:Editor runat="server" ID="Editor1" />  
    12.     </form>  
    13. </body>  
    14. </html>  
     

     

    Regards,

     

    Ken 

View Complete Thread