发一个小玩意大家研究下
http://ghfw.cn/tmp/06/nocode.html应该不是很难。 什么东西啊 ? 看了就知道。
呵呵。 抱歉对firefox不起作用
<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>
-->
sdgasgdsasdg
</body></html>
狂晕。
光IE下有效啊。 <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>
-->
sdgasgdsasdg
</body></html>
抱歉对记事本不起作用 FF下没东西 原帖由 suming 于 2007-7-13 21:40 发表 http://bbs.jgwy.net/images/common/back.gif
function clear(){
Source=document.body.firstChild.data;
document.open();
document.close();
document.title="看不到源代码";
document.body.innerHTML=Source;
}
sdgasgdsasdg
...
不对,IE下是看不到的。 下下来就见了
:) 看得到源代码吗?
页:
[1]
2