网站框架


<head runat="server">
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<frameset rows="110,*" cols="*" frameborder="no" border="0" framespacing="0">
  <frame src="top.html" name="top" scrolling="No" noresize="noresize" id="top" title="top" />
  <frameset cols="155,*" frameborder="no" border="0" framespacing="0">
    <frame src="left.html" name="left" scrolling="auto" noresize="noresize" id="left" title="left" />
    <frame src="main.aspx" name="main" id="main" title="main" />
  </frameset>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>

posted @ 2009-02-01 15:12  hb  阅读(261)  评论(0编辑  收藏  举报