Re: cuteeditor on my website failed today 11-1-2011

  •  11-02-2011, 7:58 AM

    Re: cuteeditor on my website failed today 11-1-2011

    Hi mp5802,
     
    Please try the example page below on your site, does it work?
     
    <?php require_once "cuteeditor_files/include_CuteEditor.php" ?>  
    <html>    
    <body>    
            <form id="form1" method="POST">    
                <?php    
                    $editor=new CuteEditor();    
                    $editor->ID="Editor1";
                      $editor->Draw();    
                ?>    
           </form>    
    </body>    
    </html>
     
    If the example above get the same issue, please send me the example page url, so we can check it for you.
     
    Regards,
     
    Ken
View Complete Thread