发表文章时自动保存到剪贴板
发布时间:2016-12-30 来源:查字典编辑
摘要:[Ctrl+A全选注:如需引入外部Js需刷新才能执行]eWebEditor调用方法复制代码代码如下:functionsubmitconten...
[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="确定">