【发布时间】:2009-10-07 18:02:16
【问题描述】:
我想在 WYSIWYG 编辑器中插入图像,但我无法在 Internet Explorer(6/7) 中插入图像,尽管它在 Firefox 中运行良好。它失败而没有抛出任何错误。
这是我正在使用的:
execCommand('insertImage', false, 'absolute/path/to/an/image');
【问题讨论】:
标签: javascript internet-explorer richtextediting