Re: JavaScript Error: Ox136 is null

  •  03-21-2014, 9:25 AM

    Re: JavaScript Error: Ox136 is null

    Hi,

     

    Can you try the example page below under your site? Does it get the same problem too? And can you reproduce this issue on http://cutesoft.net/example/general.aspx?

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5.   
    6.   
    7. <html xmlns="http://www.w3.org/1999/xhtml">  
    8. <head id="Head1" runat="server">  
    9.     <title>example</title>  
    10. </head>  
    11. <body>  
    12.     <form id="form1" runat="server">  
    13.         <CE:Editor ID="editor1" runat="server">  
    14.         </CE:Editor>  
    15.     </form>  
    16. </body>  
    17. </html>  
     

    Regards,

     

    Ken 

View Complete Thread