frame是html元素,asp.net里一样用

解决方案 »

  1.   

    是啊,这只是一个框架页。在ASP.NET和网页页面里一样用就是了·
      

  2.   

    <html>
    <head>
    <TITLE>测试</TITLE>
    <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
    <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
    </head>
    <frameset rows="41,25,1,*" border="0">
    <frame name="top1" src="top1.aspx" scrolling="no" noresize frameBorder="no">
    <frame name="top" src="top.aspx" scrolling="no" noresize frameBorder="no">
    <frame name="refresh" src="refresh.aspx" scrolling="no" noresize frameBorder="no">
    <frameset cols="150,*">
    <frame name="left" src="left.aspx" frameBorder="no" scrolling="auto">
    <frame name="main" src="Desktop.aspx" frameBorder="no" scrolling="auto">
    </frameset>
    <noframes>
    </noframes>
    </frameset>
    </html>
      

  3.   

    .net控件又不是万能的,你直接用frontpage做框架网页,简单!
      

  4.   

    不用控件,用HTML又如何实现呢?各位有没有“框架”的基础知识资料(网上)?
    very thanks.节日愉快。