摘要: @ frame 的使用 01. frameset, frame 要放在 body 标签外边 02. 在 frameset 中要注明每个框架的大小 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head runat="server"> 3 <title></title> 4 </head> 5 <frameset rows="100,*"> 6 <frame name="frame_top" 阅读全文
posted @ 2012-03-28 10:42 Howll Chen 阅读(192) 评论(0) 推荐(0) 编辑