frameset的用法示例(asp.net中的有用框架):

来源:互联网 发布:java自动化发布 编辑:程序博客网 时间:2024/06/11 16:13
<html xmlns="http://www.w3.org/1999/xhtml" ><head id="Head1" runat="server">    <title>Untitled Page</title></head><frameset rows="0,*" frameborder="NO" border="0" framespacing="0">  <frame src="about:blank" name="topFrame" scrolling="NO" noresize>  <frame src="StuJoinPartyManagementDlg.aspx?type=<%=Request.QueryString["type"]%>" name="mainFrame" scrolling="auto" noresize></frameset><noframes></noframes></html>