4个回答
展开全部
<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 src="/main.jsp" name="main" noresize">
</frameset>
</frameset>
<body>
</body>
</html>
给你解释下这个<frame src="/samw/main/top.jsp" name="top" noresize>
src=""这个就是你的JSP文件路径了!name呢就是这个框架的名字以后你要加载页面进入这个框架><a href="/myJSP.jsp" target="main">我要加入的JSP</a>
比如这个链接直接用target="name"就可以了!
<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 src="/main.jsp" name="main" noresize">
</frameset>
</frameset>
<body>
</body>
</html>
给你解释下这个<frame src="/samw/main/top.jsp" name="top" noresize>
src=""这个就是你的JSP文件路径了!name呢就是这个框架的名字以后你要加载页面进入这个框架><a href="/myJSP.jsp" target="main">我要加入的JSP</a>
比如这个链接直接用target="name"就可以了!
展开全部
在你的超链接的后面加上一个属性就哦了!:
target="您要跳到的框架的名称放在这里!";
target="您要跳到的框架的名称放在这里!";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把要显示的页面放到一个iframe里面 在你超链接里写上target=”iframe的名字“
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<a href="content.jsp" target="你的frameset的name"></a>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询