TaoistWar 发表于 2013-2-7 18:53:07

IE下屏弊源代码

<html><head><title>页面自动最大化</title><style type="text/css">.mytext {width:100px; height:18px;}</style><script type="text/javascript">function clear() {var source = document.body.innerHTML;alert(source);document.open();document.write("代码被屏闭");document.close();document.title="不允许看源代码";document.body.innerHTML = source;}</script></head><body ><input class="mytext" type="text" /></body></html> 
以上代码只适用于IE
页: [1]
查看完整版本: IE下屏弊源代码