jsp实现frameset框架集吗?

wentshop 2011-02-25 10:34:38
jsp能实现HTML里的frameset框架集吗?
...全文
84 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
jaygo311 2011-02-27
  • 打赏
  • 举报
回复
当然可以啊,你去试试吧
licip 2011-02-27
  • 打赏
  • 举报
回复
jsp你就可以认为就是动态的html,当然是可以的。
NueFriend 2011-02-27
  • 打赏
  • 举报
回复
可以的
lp19890601 2011-02-26
  • 打赏
  • 举报
回复
可以啊....
  • 打赏
  • 举报
回复
最好不要一上来就学JSP。
先学HTML,CSS,JS。这些大概整明白,再来JSP。
readme1988 2011-02-26
  • 打赏
  • 举报
回复

<html>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<title>公司管理平台</title>
</head>
<frameset cols="*,900,*" frameborder="no" border="0" framespacing="0">
<frame src="blank.jsp" scrolling="no" marginwidth="0" marginheight="0"></frame>
<frameset rows="147,*" frameborder="no" border="0" framespacing="0" cols="786" scrolling="NO">
<frame name="top" scrolling="NO" noresize src="/service/top.jsp" marginwidth="0" marginheight="0" >
<frameset id="body" cols="170,730" frameborder="no" border="0" framespacing="0" rows="*" >
<frame src="function.jsp" id="left" name="left" title="left" scrolling="NO" marginwidth="0" marginheight="0" >
<frame src="/service/User/user.jsp" noresize id="body" title="body" name="body" scrolling="YES" marginwidth="0" marginheight="0">
</frameset>
</frameset>
<frame src="blank.jsp" scrolling="no" marginwidth="0" marginheight="0"></frame>
</frameset>
<noframes>
</noframes>
</html>

刚学jsp的时候写的frameset

81,092

社区成员

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

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