清空代码防止查看源代码
摘要:
view plain<html><head><scriptlanguage="javascript">functionclear(){Source=document.body.firstChild.data;document.open();document.close();document.title="看不到源代码";document.body.innerHTML=Source;}</script></head><bodyonload=clear()></body>&l 阅读全文
posted @ 2011-09-13 09:39 jehn 阅读(155) 评论(0) 推荐(0) 编辑