How to refresh all pages in a frameset
- by arwa
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 :)