62,620
社区成员
发帖
与我相关
我的任务
分享
%@ page pageEncoding="GBK" %>
<!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>Insert title here</title>
</head>
<body>
<body>
<div class="top">
<iframe name="top" src="top.jsp" frameborder="0" width="100%"></iframe>
</div>
<div class="left" style="display:inline;">
<iframe name="left" src="left.jsp" frameborder="0" width="20%"></iframe>
</div>
<div class="right" style="display:inline;">
<iframe name="right" src="reght.jsp" frameborder="0" width="80%"></iframe>
</div>
</body>
</html>
<!--在其他Jsp文件中,使用如下方式链接 -->
<A href="other.jsp" target="left">在左边窗口打开</a>