美国六角大楼:网页解密

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 19:01:36
if (window.Event)
document.captureEvents(Event.MOUSEUP);

function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;

return false;
}

function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}

}

document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
//-->
</SCRIPT>
<SPAN class=STYLE5>找到密码通关哈! </SPAN></DIV>
<FORM>
<P align=center><INPUT type=password name=pwd> <INPUT onclick=add() type=button value=确定 name=enter></P></FORM>
<P>
<SCRIPT>
function add()
{
var url=document.forms[0].pwd.value
window.location="xdhack3"+url+".html","_self"
}
</SCRIPT>
谁能帮我算下那这个URL到底是什么,急用啊,谢谢了!!

看不懂啊 太难了