frame.jsp

<%@ page language="java" pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="refresh" content="60; url=http://afoed-702261941:8080/news121/login/index.jsp">
<title>管理界面</title>
</head>


<frameset rows="17%,*,10%">
<frame src="http://afoed-702261941:8080/news121/login/top.jsp" name="top">
<frameset cols="15%,*">
<frame src="http://afoed-702261941:8080/news121/login/menu.jsp" name="left">
<frame src="http://afoed-702261941:8080/news121/login/memo.jsp" name="right">
</frameset>
<frame src="http://afoed-702261941:8080/news121/login/bottom.jsp" name="bottom">
</frameset>

</html>

原文地址:https://www.cnblogs.com/Anei/p/7751773.html