Hi CTietgen,
Please try the way below.
1. Open file "cuteeditor_files\Dialogs\Find.asp"
2. Find section below
- <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="top.close();" value="<%= GetString("Cancel") %>"/>
3. Chnage it to
- <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="do_Close();" value="<%= GetString("Cancel") %>"/>
Regards,
Ken