.net中使用frameset框架

来源:互联网 发布:windows qt开发环境 编辑:程序博客网 时间:2024/04/26 06:51

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>无标题页</title>
</head><frameset rows="50,350,55" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="http://www.g.cn" name="top" scrolling="NO" noresize >
  <frameset cols="154,*" frameborder="NO" border="0" framespacing="0">
    <frame src="http://www.sina.cn" name="left" scrolling="NO" noresize>
    <frame src="Default.aspx" name="main" scrolling="no">
  </frameset>
  <frame src="http://www.yahoo.cn" name="bottom" scrolling="no">
</frameset>
<body>
    <form id="form1" runat="server">
    <div>

   
    </div>
    </form>
</body>
</html>

原创粉丝点击