Hi
I'm using a webpage with 2 frames. In the first one, there's a form with 2 radiobuttons and a submit button. I want this frame to reload with a certain html page (depending on the choice submitted), by writing a PHP script to process the form. Can someone tell me how to reload a frame (with another html file) in PHP (and not with JavaScript)?
Thanks.
Hi. Try with the include("file_address"); function on the base of the choice selected. It works with drop-down mwnus also. Hopeing I was helpfull. Reply if got errors.
Your solution works fine. Thanks!
I`ve got the problem that, if i use the "include"-order, i always get the url i wanted into the old (the same ) frame. Do you know a way to make the frame choseable I want to get the html-site in.
Thanx for your answer, hope u can help me
Georg