2017-1-25总结 主框架设计
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2017-1-25总结 主框架设计相关的知识,希望对你有一定的参考价值。
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> <a href="http://www.w3school.com.cn" target="mid_display">数据录入</a>
</body>
</html>
++++++++++++++++++++
++++++++++++bottom.jsp++++++++++
<html>
bottom display
</html>
以上是关于2017-1-25总结 主框架设计的主要内容,如果未能解决你的问题,请参考以下文章
WindowsGUI自动化测试框架搭建-框架主入口main.py设计&测试报告调用和生成
API接口自动化测试框架搭建(二十三)-框架主入口main.py设计&测试报告调用和生成
WindowsGUI自动化测试框架搭建(十四)-框架主入口main.py设计&sendmail邮件服务调用和生成
API接口自动化测试框架搭建(二十五)-框架主入口main.py设计&sendmail邮件服务调用和生成