首先你在在web服务器上调试,也就是地址是以http://开头的,再就是不能跨域使用
在var content=$("#news_content").val();这一句上面加上:
复制内容到剪贴板
代码:
$("#news_content").val(window.eWebEditor1.document.body.innerHTML);然后把iframe加上name
复制内容到剪贴板
代码:
<IFRAME ID="eWebEditor1" name="eWebEditor1" SRC="../eWeb/ewebeditor.htm?id=news_content&style=full" FRAMEBORDER="0" SCROLLING="no" wIDTH="550" HEIGHT="400"></IFRAME>就可以了