frameset中页面自动刷新问题,求教_html/css
来源:动视网
责编:小采
时间:2020-11-27 15:50:16
frameset中页面自动刷新问题,求教_html/css
frameset中页面自动刷新问题,求教_html/css_WEB-ITnose:在index.jsp中 在A 中写上 这样只会在A中显示刷新,我是想让网页整体刷新,求教? 回复讨论(解决方案) 是写在index.jsp中还是A? window.onload = function() { setTimeout('self.parent.location.relo
导读frameset中页面自动刷新问题,求教_html/css_WEB-ITnose:在index.jsp中 在A 中写上 这样只会在A中显示刷新,我是想让网页整体刷新,求教? 回复讨论(解决方案) 是写在index.jsp中还是A? window.onload = function() { setTimeout('self.parent.location.relo

在index.jsp中
在A 中写上
这样只会在A中显示刷新,我是想让网页整体刷新,求教?
回复讨论(解决方案)
是写在index.jsp中还是A?
用window.top也可以:
用脚本好!
frameset中页面自动刷新问题,求教_html/css
frameset中页面自动刷新问题,求教_html/css_WEB-ITnose:在index.jsp中 在A 中写上 这样只会在A中显示刷新,我是想让网页整体刷新,求教? 回复讨论(解决方案) 是写在index.jsp中还是A? window.onload = function() { setTimeout('self.parent.location.relo