window.onload = function() {
myEditor = CKEDITOR.replace( 'message', {
toolbar : 'MyToolbar',
height: '200',
width: '700',
resize_enabled: false
});
};myEditor.insertHtml('<img src=\"' + imageURL + '\">');http://localhost/.../image.jpeg
