Using the method of:
oFCKeditor.Value = '<p>Des Moine...'
It seems that I can only load a single line into the editor, otherwise I get an unterminated string literal. Also, special non-ASCII characters cause the same problem.
oFCKeditor.Value = '<p>Des Moine...'
It seems that I can only load a single line into the editor, otherwise I get an unterminated string literal. Also, special non-ASCII characters cause the same problem.