not loading properly and cant access it in mozila

Last post 07-23-2012, 8:54 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  07-21-2012, 8:12 AM 74189

    not loading properly and cant access it in mozila

    it was running perfectly in local host and on server for about a month. now it doesn't load completely on mozila firefox with localhost but works fine on server . i am not able to write anything or access any button  
    please help 
  •  07-23-2012, 8:54 AM 74196 in reply to 74189

    Re: not loading properly and cant access it in mozila

    Hi priyankjalu,
     
    Please download the editor package again from http://www.cutesoft.net/downloads/folders/21904/download.aspx and deploy the demo on your local environment. Does it get the same problem?
     
    Do you get the same problem with the simple example page below?
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CE:Editor ID="Editor1" runat="server">  
    12.         </CE:Editor>  
    13.     </form>  
    14. </body>  
    15. </html>  
    Regards,
     
    Ken 
View as RSS news feed in XML