Home > Backend Development > PHP Tutorial > PHP 分页 刷新有关问题

PHP 分页 刷新有关问题

WBOY
Release: 2016-06-13 10:24:51
Original
842 people have browsed it

PHP 分页 刷新问题






以上代码是a.html文件的代码

这是整个框架。我想完成的功能是 如何在frame_b.php进行操作以后 刷新的是整个页面


------解决方案--------------------
PHP code
header("Location:a.html");#这样跳过去的页面满足不了吗?<br><font color="#e78608">------解决方案--------------------</font><br>window.parent.parent.location.href<br><font color="#e78608">------解决方案--------------------</font><br>parent.location.href<br><font color="#e78608">------解决方案--------------------</font><br>parent.location.href='url'<div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template