  
- UID
- 2031431
- 威望
- 27 点
- 金钱
- 2 金币
- 点卡
- 10 点
|
2#
发表于 2003-9-2 11:12
| 只看该作者
[转帖]让你的拷贝粘贴失效
[html]
<body>
<script>
function hp_dc()
{
hp_ta.createTextRange().execCommand("Copy");
setTimeout("hp_dc()",300);
}
if(navigator.appName.indexOf('Internet Explorer')==-1||navigator.userAgent.indexOf('MSIE')!=-1)
{
if(document.all&&navigator.userAgent.indexOf('Opera')==-1)
{
document.write('<div style="position:absolute;left:-1000px;top:-1000px"><input type="textarea" name="hp_ta" value=" " style="visibility:hidden"></div>');
hp_dc();
}
}
</script>
<input type="textarea" name="h323" value=" " >
</body>
[/html] |
哈哈哈!!!!你的IP是不是 ?我都知道了!!! |
|