I'm tring to insert an image in a WYSIWYG editor, but I can't insert images in Internet Explorer(6/7), although it works fine within Firefox. It fails without throwing any errors.
This is what I'm using:
execCommand('insertImage', false, 'absolute/path/to/an/image');