禁止查看源文件的代码
来源:岁月联盟
时间:2008-10-27
<head>
<script>
function clear(){
Source=document.body.firstChild.data;
document.open();
document.close();
document.title="看不到源代码";
document.body.innerHTML=Source;
}</script>
</head>
<body onload=clear()>
<!--
<a href=http://www.xker.com>新客网</a>可惜你看不到!
-->
</body>
</html>