Why the document.execCommand('InsertImage', false, URL) is not working
843842Jul 24 2008 — edited Jul 26 2008Hi I am using this code to upload the images in the Mac Safari browser. Its not working in Mac safari(loading the image. Just return the blank or empty). But its working the all other remain browser(ie, mozila, opera, safari). Using Code :
frames[0].focus();
frames[0].document.execCommand('InsertImage', false, URL);
alert(frames[0].document.execCommand('InsertImage', false, URL); � return false. But the other browser return true.
frames[0].focus();
URL Like = http://palani/graphics/IMAGE_GALARY/rose5.jpg].
This image is not loading the Mac safari HTML richText Editor.
Pls anybody give a correct solution to me.
Palani