求助一个jsp页面问题

自挂东南只 2016-05-08 10:04:33
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>企业信息管理系统——主页面</title>
</head>
<frameset rows="*" cols="120,*">
<frame src="left.jsp" name="left" scrolling="no"/>
<frameset row="180,*" cols="*">
<frame src="top.jsp" name="top" sceolling="no"/>
<frame src="bottom.jsp" name="main"/>
</frameset>
</frameset>
</html>
这是main.jap
下面是bottom.jsp
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body bgcolor="#99aaee"background="">
<center>
<br><br>
<h3>本项目实训是对前6章知识点的综合训练!</h3>
<br><br>
<p>
<font size="-1">Copyright  2012.清华大学出版社</font>
</p>
</center>
</body>
</html>
为什么运行之后不显示bottom.jsp中的内容
...全文
72 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
街头小贩 2016-05-10
  • 打赏
  • 举报
回复
 <body style="background-color:#99aaee">
看不出其它语法错误,其它的已在另一贴中回复了
自挂东南只 2016-05-08
  • 打赏
  • 举报
回复

10,608

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 其他
社区管理员
  • 其他
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧