Forums
This topic is locked
JS problem with RTE editor
Posted 19 Jul 2002 21:27:43
1
has voted
19 Jul 2002 21:27:43 Bryan Ashcraft posted:
Has anyone else had probelms using the RTE editor (extension by Bill Chalmers)? I have it set up as an interface for freating HTML email. It works fine until you try to submit the form. When you click the "Save" button it shows the confirmation dialog as expected but once you click ok it throws a js error:Line: 267
Char: 2
Error: Object Expected
Code: 0
URL: RTE_Files/richedit.html
According to DWMX
Line 267: </tr>
According to Homesite+
Line 267: Blank line after </tr>.
Any help greatly appreciated.
Bryan
Replies
Replied 21 Jul 2002 20:47:43
21 Jul 2002 20:47:43 Sherwin Nelson replied:
check to see that your RTE Form is named "theForm". It was name "RTEForm" on insallation, this is a bug. also go thru the richedit.html and find any "RTEForm" and change them also. this will fix the problem.
Replied 26 Jul 2002 22:40:56
26 Jul 2002 22:40:56 Bryan Ashcraft replied:
Thanks jewels. unfortunately that didn't fix it. Oh well, I went another way and got the job done. Thanks again!