码迷,mamicode.com
首页 > 其他好文 > 详细

2017-1-25总结 主框架设计

时间:2017-01-25 23:22:03      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:frame

2017-1-25总结
主页面采用frame,文件main_frame.jsp
顶部菜单top_menu.jsp
中间区域mid_display.jsp
底部bottom.jsp



+++++++++++++++main_frame.jsp+++++++++++

<html>

<frameset rows="10%,80%,10%">

  <frame src="top_menu.jsp" name="top_menu">
  <frame src="mid_display.jsp" name="mid_display">
  <frame src="bottom.jsp" name="bottom">

</frameset>

</html>

++++++++++++++++top_menu.jsp++++++++++++++++++++
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OA系统用户数据</title>

</head>
<body>
<a href="http://www.w3school.com.cn" target="mid_display">数据检索</a>&nbsp;<a href="http://www.w3school.com.cn" target="mid_display">数据录入</a>

</body>
</html>

++++++++++++++++++++

++++++++++++bottom.jsp++++++++++

<html>

bottom display

</html>

2017-1-25总结 主框架设计

标签:frame

原文地址:http://strongdady.blog.51cto.com/12535764/1894212

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!