Home > Backend Development > PHP Tutorial > frameset窗口分帧模式怎么合并显示一个窗口

frameset窗口分帧模式怎么合并显示一个窗口

WBOY
Release: 2016-06-13 12:15:04
Original
1059 people have browsed it

frameset窗口分帧模式如何合并显示一个窗口
标题想了半天,也没想到一个更简洁、清楚地表述。问题是这样的:在做一个后台管理平台,用到了frameset窗口分帧技术。大体如图所示:

分了三个窗口,分别对应于frame1,frame2,frame3.我想通过点击退出,然后跳转至登陆界面。但是因为采用了frameset分帧,点击之后,只在frame1的窗口显示了登陆界面。rame2和frame3还是原来的样子没有变化。我在清除了session和cookie之后是这样处理的添加了

header("Location:login.php");
Copy after login
。仔细想想结果肯定是上面描述的。我知道在标签中可以用target="_parent"来刷新整个页面。但是这里不知道该如何处理了。在这请教了,谢谢。
------解决思路----------------------

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