
Hello.
I'm in Windows 7, testing via Chrome.
I also updated the code, for debug.
In line: oEditor.CKEditor_Add(text);
Updated to:
oEditor.CKEDITOR.instances['msg_text'].insertHtml('<img src="' + encodeURI(text) + '">');return false;This works!