急求,jsp采用框架技术设计页面,如何写代码才能实现点击左侧框架内的链接,右侧框架内显示相应网页呢?
2013-12-10
展开全部
用frameset,比如这个
<html>
<head>
</head>
<frameset rows="52.6,*,0" frameborder="no" border='0'>
<!-- 顶部 -->
<frame src="<%=path%>/loginAction_top.action" name="topFrame" id="topFrame" scrolling="no" noresize/>
<!-- 左侧和中间 -->
<frameset id="centerFrameset" cols="180,10,*" frameborder="no" border='0'>
<!-- 左侧 -->
<frame src="<%=path%>/loginAction_left.action" name="leftFrame" id="leftFrame" scrolling="no" noresize/>
<!-- 隐藏按钮 -->
<frame src="<%=path%>/loginAction_hide.action" name="hideFrame" id="hideFrame" scrolling="no" noresize/>
<!-- 中间 -->
<frame src="<%=path%>/loginAction_main.action" name="mainFrame" id="mainFrame" scrolling="auto" noresize/>
</frameset>
</frameset>
</html>
<html>
<head>
</head>
<frameset rows="52.6,*,0" frameborder="no" border='0'>
<!-- 顶部 -->
<frame src="<%=path%>/loginAction_top.action" name="topFrame" id="topFrame" scrolling="no" noresize/>
<!-- 左侧和中间 -->
<frameset id="centerFrameset" cols="180,10,*" frameborder="no" border='0'>
<!-- 左侧 -->
<frame src="<%=path%>/loginAction_left.action" name="leftFrame" id="leftFrame" scrolling="no" noresize/>
<!-- 隐藏按钮 -->
<frame src="<%=path%>/loginAction_hide.action" name="hideFrame" id="hideFrame" scrolling="no" noresize/>
<!-- 中间 -->
<frame src="<%=path%>/loginAction_main.action" name="mainFrame" id="mainFrame" scrolling="auto" noresize/>
</frameset>
</frameset>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |