Jsp iframe的问题
发布网友
发布时间:2022-06-08 10:04
我来回答
共2个回答
热心网友
时间:2023-11-19 17:35
jsp中iframe页面跳转:
<script language="javascript">
window.parent.frames.location.href="../welcome.jsp"
</script>
扩展:
常用的iframe操作语句
"window.location.href"、"location.href"是本页面跳转
"parent.location.href"是上一层页面跳转
"top.location.href"是最外层的页面跳转
通过javascript从 框架页 向 父框架
parent.location.href="index.asp";
or
top.location.href="index.asp";
热心网友
时间:2023-11-19 17:35
可不可以尝试截屏代码前加一行线程休眠,设定1秒钟~
我猜的(。ò ∀ ó。)