openner?
不太明白兄弟描述的场景。

解决方案 »

  1.   

    newWindow=window.open
       ("http://guide-p.infoseek.com/WW/NS/Titles?qt=RFC+1738+&col=WW") msgWindow.document.write("newWindow.location.href = " +
       newWindow.location.href + "<P>")
    msgWindow.document.close()
    msgWindow.document.write("newWindow.location.search = " +
       newWindow.location.search + "<P>")
    msgWindow.document.close()
      

  2.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script type="text/javascript">//如何写下面的javascript代码
    if ( Request.Form("query")!=null ||  Request"no"!=null ) 
    {
    requestedUrl=mid.htm?query=request"query"&class=request"no"; 

    }
    else
    {
              requestedUrl=mid.htm?class=100;
    }
    </script> 
    </head><frameset rows="238,556,38" frameborder="no" border="0" framespacing="0">
      <frame src="top.htm" name="topFrame" scrolling="NO" noresize >
      <frame src=mid.htm?+<%=requestedUrl%> name="mainFrame">
     
      <frame src="bottom.htm" name="bottomFrame" scrolling="NO" noresize>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>
      

  3.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script type="text/javascript">//如何写下面的javascript代码
    alert(window.location.search);
    </script> 
    </head><frameset rows="238,556,38" frameborder="no" border="0" framespacing="0">
      <frame src="top.htm" name="topFrame" scrolling="NO" noresize >
      <frame src=mid.htm?+<%=requestedUrl%> name="mainFrame">
     
      <frame src="bottom.htm" name="bottomFrame" scrolling="NO" noresize>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>