asp.net frameset的使用小结



frameset的使用小结


http://blog.csdn.net/liangjingbo/article/details/1341423


--------test--------------

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>test</title>
 </head>
  <frameset rows="100,*,100">
     <frame src="top.html" name="top">
     <frame src="main.html" name="main">
     <frame src="bottom.html" name="bottom">
  </frameset>
 <body>
 </body>
</html>

posted @ 2012-03-14 10:32  bielidefeng  阅读(145)  评论(0编辑  收藏  举报