Re: IE 9 Bug Issue

  •  07-09-2012, 1:05 PM

    Re: IE 9 Bug Issue

    Hi Tknippenberg,
     
    Please create an example page with the code below and test on your end. Does it get the same problem?
     
    If it works, please create a page which can reproduce this issue and post here. I will check it and get back to you as soon as possible.
     
    1. <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>  
    2. <html>      
    3.     <head>  
    4.         <title>example</title>  
    5.     </head>  
    6.     <body>  
    7.     <form>  
    8.           <?php  
    9.   
    10.                 $editor=new CuteEditor();  
    11.                 $editor->ID="Editor1";  
    12.                  $editor->Draw();  
    13.                 $editor=null;  
    14.             ?>  
    15.         </form>  
    16.     </body>  
    17. </html>  
    Regards,
     
    Ken 
View Complete Thread