java:从一个jsp框架页面跳转到jsp内容页面,框架页面套着内容页面,该怎么办

来源:百度知道 编辑:UC知道 时间:2024/06/23 20:46:49
(写个程序例子)

<html>
<head>
<base href="<%=basePath%>">

<title>主框架界面</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" type="text/css" href="styles.css">

</head>
<frameset rows="20%,*" frameborder="no">
<frame src="/top.jsp" name="top" noresize>
<frameset cols="22%,*">
<frame src="/left.jsp" name="left" noresize>
<frame sr