摘要:
1。忽视右键 <body oncontextmenu="return false"> 或 <body style="overflow-y:hidden"> 2。加入背景音乐 IE:<bgsound src="*.mid" loop=infinite> NS:<embed src="*.mid" autostart=true hidden=true loop=true> </embed> *.mid... 阅读全文
摘要:
<INPUT name="pclog" type="button"value="/GO"onClick="location.href='http://www.itpx.net/'"> 链接式: <a href="javascript:history.go(-1)">返回上一步</a> <br/> <a href="<%=Request.ServerVariables("HTTP_REFERER&quo 阅读全文
摘要:
可以校验你在你的文本框上输入的数据是否是正确Ip function check_ip() { var i; var ip=document.getElementById('Ip').value; var node = document.getElementById("ip_span"); i = ip.length; if(i==0) { alert("警告:请输入IP地址"); ... 阅读全文