var ckeditorInstance = document.ckeditorInstance.editor.value;
The script above gets the value input via ckeditor in FireFox, but fails miserable in IE8. How can I access the value in IE8? IE7? IE6?
The script above gets the value input via ckeditor in FireFox, but fails miserable in IE8. How can I access the value in IE8? IE7? IE6?