[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
eWebEditor调用方法
复制代码 代码如下:<inputtype="hidden"value=""name="NewsContent">
<iframename="eWebEditor"ID="eWebEditor"src="eWebEditor/eWebEditor.asp?Id=NewsContent"frameborder="0"scrolling="no"width="100%"HEIGHT="100%"></iframe>
<scripttype="text/javascript">
functionsubmitcontent(){
window.clipboardData.setData('Text',frames.eWebEditor.document.body.innerHTML);
}
</script>
<inputtype="submit"onclick="submitcontent();"value="确定">
