2006年09月02日 星期六

彻底隐藏你HTML网页的源代码

<html>

<head><title>Test IFrame</title>
<script>
function clear() {
Source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML=Source;
}
</script>
</head>
<body onload=clear()>
<!--
<Iframe name=tag align=center width="100%" src="http://www.nkstars.org/beat/" scrolling="no" frameborder="0" onload="this.height=tag.document.body.scrollHeight"></iframe>
-->
</body>
</html>

由 beat 发表于 2006年09月02日 上午05点14分
回复