page automatically refreshing

Last post 08-21-2007, 11:49 AM by jerica. 3 replies.
Sort Posts: Previous Next
  •  08-16-2007, 5:12 PM 32548

    page automatically refreshing

    I recently installed a very limited version Cute Editor for a clients content management of their website.  Every thing works great.  Except.......when I view the page that has the info that needs to be edited.  I first displays the text editor and the text that need to be edited.  The page then automatically refreshes, and the editor is still there, but the text is missing. If I click the browsers back button, all is well..... but I can't leave it like this for my client.  Has anyone else had this problem?  Herr is the code I used for each text area my client needs to edit: (PS, this works fine with the site on my local host, so I know its not a browser problem.)

     <?
                     $editor4=new CuteEditor();
                     $editor4->ID="detail";
                     $editor4->TemplateItemList = "bold, italic, underline, FontName, FontSize, Save, Undo, Redo, InsertLink, Unlink";
                     $editor4->Text= stripslashes($aboutDetail);
                     $editor4->FilesPath="CuteEditor_PHP_6_0_7__2007/CuteEditor_Files";
                     $editor4->Draw();
                     $editor4=null;
           ?>

    Filed under:
  •  08-17-2007, 11:13 AM 32566 in reply to 32548

    Re: page automatically refreshing

    jerica,
     
    Cute Editor doesn't contain any code to refresh the page automatically.
     
    Can you check your PHP page?  Does it contains some HTML <meta> tag to make it refresh?
     
    For example:
     
    Refresh page every 5 seconds:
    <meta http-equiv="refresh" content="5" />
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-20-2007, 9:10 AM 32599 in reply to 32566

    Re: page automatically refreshing

    I will check the code.  Unfortunately it isn't my code, someone else developed the site, different from my style, but thats where I will start to look thax

    jerica

  •  08-21-2007, 11:49 AM 32664 in reply to 32599

    Re: page automatically refreshing

    I noticed that I only have this problem in Firefox v.2.0.0.6, but not IE (which is strange).
View as RSS news feed in XML