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

Mercia ·
更新时间:2024-09-21
· 735 次阅读


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

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



自动 剪贴板

需要 登录 后方可回复, 如果你还没有账号请 注册新账号
相关文章