引用:
原帖由 jjh706 于 2008-6-13 07:12 发表 
楼主 您博客的防盗链怎么做的?不能复制那个
<noscript>
<iframe scr="*.htm"></iframe>
</noscript>
<script language="JavaScript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>