Re: Find and Replace Bug in Internet Explorer

  •  11-20-2013, 7:49 AM

    Re: Find and Replace Bug in Internet Explorer

    Hi CTietgen,

     

    Please try the way below.

     

    1. Open file "cuteeditor_files\Dialogs\Find.asp"

     

    2. Find section below

    1. <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="top.close();" value="<%= GetString("Cancel") %>"/>  
     

    3. Chnage it to 

    1. <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="do_Close();" value="<%= GetString("Cancel") %>"/>  

    Regards,

     

    Ken 

View Complete Thread