页面导航: 首页网络编程JavaScript应用技巧 → 正文内容

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

发布:dxy 字体:[增加 减小] 类型:转载

点击运行可以看到效果:
[Ctrl+A 全选 提示:你可先修改部分代码,再按运行]

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="确 定">

百度中搜索更多的关于发表文章时自动保存到剪贴板内容,或者用Google搜索相关更多
浏览次数:载入中... 打印本文关闭本文返回首页

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行