<SCRIPT type=text/javascript>
document.body.oncopy = function () {
 setTimeout( function () {
  var text = clipboardData.getData("text");
  if (text) {
   text = text + "\r\n文本"+location.href; clipboardData.setData("text", text);
  }
    }, 100 )
}
</SCRIPT>
posted on 2009-03-24 14:50  bestsaler  阅读(102)  评论(0编辑  收藏  举报