Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame Refresh problem (in HTML)

Status
Not open for further replies.

zikar

Programmer
Oct 10, 2000
31
JP
Hello,

I have the following HTML page.

<HTML>

<TITLE>Page titlee</TITLE>
<META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=Shift_JIS&quot;>

<FRAMESET ROWS=&quot;30%,70%&quot;>
<FRAME SRC=F_One.php SCROLLING=&quot;NO&quot;>
<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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top