论坛: 菜鸟乐园 标题: javascript密码? 复制本贴地址    
作者: imstone [imstone]    论坛用户   登录
程序如下,密码是什么?

<SCRIPT LANGUAGE="JavaScript">

<!--Hide

function goForit() {

  var location;

  var password;

  password=this.document.testform.inputbox.value

  location=password + ".htm"

  fetch(location)

  theKeeper=window.close()

}

function fetch(location) {

  var root;

  if (opener.closed) {root=window.open('','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no');

    root.location.href = location;

  } else {

    opener.location.href = location;

  }

}

//-->

</SCRIPT>


地主 发表时间: 04/20 19:04

回复: max_ax [max_ax]   论坛用户   登录
呵呵我也看不懂
有高手可以看懂吗??
讲讲原因 啊
谢谢了

B1层 发表时间: 04/20 19:41

论坛: 菜鸟乐园

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号