发表文章时自动保存到剪贴板
发表文章时自动保存到剪贴板
发布时间: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="确定">

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类