当前位置:首页 >> 网络编程

发表文章时自动保存到剪贴板


[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
eWebEditor调用方法
复制代码 代码如下:<input type="hidden" value="" name="NewsContent" > 
        <iframe name="eWebEditor" ID="eWebEditor" src="/UploadFiles/2021-04-02/eWebEditor.asp?Id=NewsContent"><script type="text/javascript"> 
function submitcontent() { 
window.clipboardData.setData('Text',frames.eWebEditor.document.body.innerHTML); 

</script>
<input  type="submit"  onclick="submitcontent();" value="确 定">