Home  >  Article  >  Backend Development  >  整个页面刷新、iframe页面不刷新?该怎么解决

整个页面刷新、iframe页面不刷新?该怎么解决

WBOY
WBOYOriginal
2016-06-13 11:57:132144browse

整个页面刷新、iframe页面不刷新???
刷新整个页面时、iframe也跟着刷新、就返回到刚开始的空白页了。我想刷新这个页面时、iframe里面显示加载页信息,求大虾解决!!!
------解决方案--------------------
指定 iframe 的 src
------解决方案--------------------
开头加上

header("Expires:   Mon,   26   Jul   1997   05:00:00   GMT");   <br />header("Cache-Control:   no-cache,   must-revalidate");   <br />header("Pragma:   no-cache");

------解决方案--------------------
刷新是重新加载过程,当然是显示默认的。
------解决方案--------------------
可以先把iframe的url寫入cookie,刷新后判斷cookie是否存在,存在則讀取cookie的url作為iframe的src,否則使用默認src。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn