by 清泉
27. 八月 2008 13:55
<html>
<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=www.supidea.com.cn>源代码</a>可惜你看不到!
-->
</body>
</html>