07-10
09
复制粘贴加载
作者:Java伴侣 日期:2007-10-09
<SCRIPT>
var thehits=document.getElementById("thehit");
if (thehits!=null){
thehits.innerHTML="239";
}
document.body.oncopy = function ()
{
setTimeout(
function ()
{
var text = clipboardData.getData("text");
if (text)
{
text = text + "\r\n 该文章转载自《某某网站》"+location.href;
clipboardData.setData("text", text);
}
},
100
)
}
window.onload = function()
{
this.focus();
}
</SCRIPT>
var thehits=document.getElementById("thehit");
if (thehits!=null){
thehits.innerHTML="239";
}
document.body.oncopy = function ()
{
setTimeout(
function ()
{
var text = clipboardData.getData("text");
if (text)
{
text = text + "\r\n 该文章转载自《某某网站》"+location.href;
clipboardData.setData("text", text);
}
},
100
)
}
window.onload = function()
{
this.focus();
}
</SCRIPT>
评论: 0 | 引用: 0 | 查看次数: 447
发表评论