I just installed 6.0 in our test environment today and I am receiving a JavaScript error that obj_Editor1 is not defined. For the install, I:
Renamed the old CuteEdit_Files folder on the server.
Uploaded entire CuteEdit_Files folder from the new build.
The Editor works fine, but my form posts the content using JavaScript :
var editor1 = obj_Editor1;
frm.Message_Body.value = editor1.getHTML();
frm.submit();
Exact JavaScript Error:
Error: obj_Editor1 is undefined
Line: 440
I'm sure there is a quick fix, so please reply soon.
Thank you,
Max