直接将代码拷到aspx页面上即可。

解决方案 »

  1.   

    <html>
    <head>
    <title>_11_01_00_frame</title>
    <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
    <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
    <meta name="vs_defaultClientScript" content="JavaScript">
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </head>
    <frameset rows="*,*">
    <frame name="top" src="11-01-01.aspx?searchstr=<%=SearchString%>&ActiveInvoice=<%=strSearchTableSelect%>">
    <frame name="bottom" src="space.htm">
    <noframes>
    <pre id="p2">
    </pre>
    <p id="p1">
    This HTML frameset displays multiple Web pages. To view this frameset, use a 
    Web browser that supports HTML 4.0 and later.
    </p>
    </noframes>
    </frameset>
    <body MS_POSITIONING="GridLayout">
    <form id="Form1" method="post" runat="server">
    </form>
    </body>
    </html>