I use this:
var oEditor = FCKeditorAPI.GetInstance('content');
content = oEditor.GetXHTML();
But it doeasnt work on IE 7.
Whats the problem?
Thanks.
var oEditor = FCKeditorAPI.GetInstance('content');
content = oEditor.GetXHTML();
But it doeasnt work on IE 7.
Whats the problem?
Thanks.
Re: Getting FCKeditor value with JS