跟Html的框架一样啊你可以在VS.Net里面新建菜单里面选择框架网页

解决方案 »

  1.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
    <html>
    <head>
    <TITLE>市场销售网_管理员页面</TITLE>
    <LINK href="..\css\group.css" rel="stylesheet">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
    <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
    </head>
    <frameset rows="28,330,30%" border="0" frameSpacing="0" frameBorder="0">
    <frame name="top" src="chat_top.htm" scrolling="no" noresize>
    <frameset cols="72%,28%" border="0" frameSpacing="0" frameBorder="0">
    <frame name="left" src="chat_msg.aspx" marginheight="0" marginwidth="0" noresize>
    <frame name="right" src="chat_online.aspx" marginheight="0" marginwidth="0" noresize>
    </frameset>
    <frame name="bottom" src="chat_content.aspx" scrolling="no" noresize>
    <noframes>
    <pre id="p2">
    ================================================================
    关于完成此标题和内容框架集的说明
    1. 为“banner”框架添加 src="" 页的 URL。
    2. 为“contents”框架添加 src="" 页的 URL。
    3. 为“main”框架添加 src="" 页的 URL。
    4. 将 BASE target="main" 元素添加到“contents”页的 
    HEAD,以将“main”设置为默认框架,“contents”页的链接将
    在该框架中显示其他页。
    ================================================================
    </pre>
    <p id="p1">
    此 HTML 框架集显示多个 Web 页。若要查看此框架集,请使用支持 HTML 4.0 及更高版本的 Web 浏览器。
    </p>
    </noframes>
    </frameset>
    </html>
      

  2.   

    关于这个问题,我有一个延伸的问题。就是如果这个刷新是自动进行的,怎么做?不要人手动刷新,在webform中。
      

  3.   

    在需要自动刷新的页面加上<meta http-equiv="refresh" content="10">即可实现自动刷新,其中 10 单位为秒,即刷新间隔。(在<head></head>中);
      

  4.   

    up. <meta http-equiv="refresh" content="10">
      

  5.   

    between <head></head>
    add
    <meta http-equiv="refresh" content="10" display="thispage's url">