`
kingmxj
  • 浏览: 177287 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

frameset

    博客分类:
  • html
 
阅读更多
<%@ page language="java"   contentType="text/html;charset=UTF-8" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>

<title>机构列表</title>

</head>
<frameset id=bbsArea name=main frameSpacing=0 frameBorder=NO cols=300,3,*>
<frame id=_left name=left src="${pageContext.request.contextPath}/org/tree" scrolling=auto target="right">
<frame name=center src="${pageContext.request.contextPath}/org/control" scrolling=no>
  <frame name=right src="${pageContext.request.contextPath}/org/list?parentid=0" scrolling=yes>
</frameset>
<noframes>
<body></body>
</noframes>
</html>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics