posts - 40,  comments - 4,  trackbacks - 0
 <html>
 
<head>
 
<script>
 function clear() 
{
 Source
=document.body.firstChild.data;
 document.open();
 document.close();
 document.body.innerHTML
=Source;
 }

 
</script>
 
</head>

<body onload=clear()>

Test
 
</body>
 
</html>
在网页onload时候,clean掉网页的代码再写入,这样点右键或是通过查看源文件也看不到网页代码
posted on 2007-06-02 11:22 larryjava 阅读(369) 评论(1)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: