Hi, there.
I'm using FCKEditor integrated with JavaScript, and it behaves weirdly.
I hava a page that includes other sub-pages dynamically depending on the usage context.
Everything works fine until I open up the page that has FCKEditor. I can write, save and read back text to and from the database.
After that, however, when I attempt to run other JavaScript code(in-house and commercial) by clicking a UI widget, an error dialog (from MS ScriptDebugger) pops up, complaining something about "Syntax error."
When I open the debugger window, it takes me somewhere near 'this.originalSubmit();};' in the 'fckeditor_code_ie_1.js.' Then everything collapses, that is, nothing works.
Does anyone have similar experience? A solution would be preferred.
FCKEditor I'm using is ver. 2.1.1 and the web browser is MS IE 6.x.
Thanks in advance.
I'm using FCKEditor integrated with JavaScript, and it behaves weirdly.
I hava a page that includes other sub-pages dynamically depending on the usage context.
Everything works fine until I open up the page that has FCKEditor. I can write, save and read back text to and from the database.
After that, however, when I attempt to run other JavaScript code(in-house and commercial) by clicking a UI widget, an error dialog (from MS ScriptDebugger) pops up, complaining something about "Syntax error."
When I open the debugger window, it takes me somewhere near 'this.originalSubmit();};' in the 'fckeditor_code_ie_1.js.' Then everything collapses, that is, nothing works.
Does anyone have similar experience? A solution would be preferred.
FCKEditor I'm using is ver. 2.1.1 and the web browser is MS IE 6.x.
Thanks in advance.