看到中关村在线有这个功能感觉不错,上网找到的代码。
<!--*********
复制内容自动添加版权信息
**********-->
< script type = " text/JavaScript " >
<!--
document.body.oncopy = function (){
event.returnValue = false ;
var t = document.selection.createRange().text;
var s = " ^_^欢迎光临Loseblue的BLOG http://blog.sina.com.cn/loseblue ^_^ " ;
clipboardData.setData( ' Text ' ,t + ' ' + s + ' ' );
}
// -->
</ script >
< script type = " text/JavaScript " >
<!--
document.body.oncopy = function (){
event.returnValue = false ;
var t = document.selection.createRange().text;
var s = " ^_^欢迎光临Loseblue的BLOG http://blog.sina.com.cn/loseblue ^_^ " ;
clipboardData.setData( ' Text ' ,t + ' ' + s + ' ' );
}
// -->
</ script >