<script language="javascript" type="text/javascript">
         function open_chknc(x)
 {
 window.open("chkusernc.php? nc="+x," newframe","top=250,left=450,width=150,height=100,menubar=no,toobar=no,location=no,scrollbars=no,resizeable=no");
 }
</script>
请帮忙解释一下吧一直困惑 着

解决方案 »

  1.   

    js代码,打开一个弹出窗口此类问题应到 web开发->javascript版面求解
      

  2.   

    弹出一个窗口  内容为chkusernc.php? nc="+x ,x为传参,“top=250,left=450,width=150,height=100,menubar=no,toobar=no,location=no,scrollbars=no,resizeable=”  为窗口的宽、高、有没有目录条、滚动条 等等
      

  3.   

    widnow.open()是一个JS函数,打开一个窗口,里面是它的参数了,具体上网查查
      

  4.   

    弹出一个窗口 内容为chkusernc.php? nc="+x ,x为传参,“top=250,left=450,width=150,height=100,menubar=no,toobar=no,location=no,scrollbars=no,resizeable=” 为窗口的宽、高、有没有目录条、滚动条 等等 
     
      

  5.   

    Location 改变成chkusernc.php?....其余的是参数,相当于发送一次请求到后台