The <form> tag can tag a TARGET attribute, just like the <A> tag can.

<FORM Action="myscript.php" METHOD="POST" TARGET="Bottom_Frame">

Adjust to match your script and frame names

On 4/1/01 2:30 AM, "Diego Pérez Rández" <[EMAIL PROTECTED]> wrote:

> 
>   Hi to all:
> 
>   I have a page with two frames. In the top frame I have a form where
> I can select some options. When I press the send button a php program
> generate a html page that I want to show in the Botton frame. I don't
> know how I can load the new page generate in the botton frame. I only
> want to change the botton frame not the top.
> 
>   Probably its easy to do.
> 
>   Can someone help me?
> 
>   Thanks.
> 
> 
>   Best regards, Diego
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to