Hello,
I have the following HTML page.
<HTML>
<TITLE>Page titlee</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
<FRAMESET ROWS="30%,70%">
<FRAME SRC=F_One.php SCROLLING="NO">
<FRAME SRC=F_Two.php>
</FRAMESET>
</HTML>
The first frame (F_One.php) contains a form with a button.
When this button is pushed the display in the second frame (F_Two.php) should be updated.
How can I do that automatically ?
In other words the page F_Two.php should be reloaded each time the button in F_One.php is pushed.
Thanks for any tip.
Michel
I have the following HTML page.
<HTML>
<TITLE>Page titlee</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
<FRAMESET ROWS="30%,70%">
<FRAME SRC=F_One.php SCROLLING="NO">
<FRAME SRC=F_Two.php>
</FRAMESET>
</HTML>
The first frame (F_One.php) contains a form with a button.
When this button is pushed the display in the second frame (F_Two.php) should be updated.
How can I do that automatically ?
In other words the page F_Two.php should be reloaded each time the button in F_One.php is pushed.
Thanks for any tip.
Michel