I would like to know that it is possible:
A button in button.php is on the left frame of a frame page, when I press this button, the right frame will display 1.html, and the left frame will display 2.html (i.e. button.php changed to 2.html).
I know that header(Location) function can redirect to another page, but how can I write php which redirect two pages in two frames?