隐藏网页源文件的代码

<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>狐下不起作用...
 
IE浏览器正常,firefox不起作用...

你可能感兴趣的:(代码,职场,休闲,源文件)