IE exec command rich text editing?

In IE, execCommand exists on the document object, not the window object. (Well, it also exists on range objects, too, but anyway. ) Try: document.

ExecCommand("insertImage", false, "absolute/path/to/an/image").

Thanks for the answer, but as it turned out my problem appeared because IE couldn't insert the image if my iframe (the richeditor container) didn't have focus. So I used the following code just before trying to use execCommand and it worked. Document.

GetElementById('iframeId').contentWindow.focus().

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions