js或其他语言控制页面跳转问题,javascript、PHP、jquery、html+css的代码都行。
在html页面我准备了一个嵌套框架,以上、左右、下形式,在js页面中我写了点击事件,目的是想通过右窗体一个button的onclick事件实现三个页面的跳转,比如说上窗体...
在html页面我准备了一个嵌套框架,以上、左右、下形式,在js页面中我写了点击事件,目的是想通过右窗体一个button的onclick事件实现三个页面的跳转,比如说上窗体跳转为top.html,左窗体跳转为left.html,下窗体保持不变,右窗体我可以直接用location或者超链接,请问我改如何去控制上窗体和左窗体的跳转。
test代码:
<frameset rows="10%,70%,*">
<frame src='logo.html' name="top">
<frameset cols="30%,*">
<frame src="list.html" name="left"><frame src="main.html"
name="right">
</frameset>
<frame src="down.html" name="bottom">
</frameset> 展开
test代码:
<frameset rows="10%,70%,*">
<frame src='logo.html' name="top">
<frameset cols="30%,*">
<frame src="list.html" name="left"><frame src="main.html"
name="right">
</frameset>
<frame src="down.html" name="bottom">
</frameset> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询