禁止查看源代码

<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()>
<marquee>小子,你想干吗?</marquee>
</body>
</html>

posted on 2010-11-27 08:55  韩显川  阅读(278)  评论(0编辑  收藏  举报

导航