You could use javascript to determine whether or not to send it to the frame
and if so, the target attribute in the form tag can be used to direct the
form values to the frame for processing, if you're intending for the other
frame to process the form data.

If you're intending that the frame that submitted the form to process it and
then manipulate another frame, you could load javascript values based on
whatever results you had from processing the form and then use javascript to
manipulate the other frames location or values.

Geeze, that even confused me just reading it. Hope it makes sense.

Steve
----- Original Message ----- 
From: "Bob Lockie" <[EMAIL PROTECTED]>
To: "php-general Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, June 11, 2004 9:07 PM
Subject: [PHP] Header target?


> Is it possible to specify the target frame in a "Header" call?
> I have a form that submits in one frame and I want it to redirect to
> another frame in some cases.
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to