How to refresh all pages in a frameset
Posted
by arwa
on Stack Overflow
See other posts from Stack Overflow
or by arwa
Published on 2010-05-19T18:54:43Z
Indexed on
2010/05/19
19:00 UTC
Read the original article
Hit count: 231
Hi everyone ,,
using php I would like to force the browser to refresh all pages
-frams- in the frameset ,
as if the user had press F5 button.
when I use header("Location: frameset.php"); it reload the whole frameset int one frame which had the action
any help is Appreciated :)
© Stack Overflow or respective owner