Probably something I don't understand about your implementation, but the
form parameter will allow a target parameter, and if the frameset contains a
frame that is named (even one different from the one that contains the
search form), the results should be placed in the "target" frame.  Without a
target, if the form is outside the frameset, it will replace the entire
frameset, exactly what you describe.

Warren 

> -----Original Message-----
> From: Jody Cleveland [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 15, 2008 11:40 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Re: Passing variable to a page in a frameset
> 
> 
> On Aug 15, 2008, at 1:22 PM, Warren Vail wrote:
> 
> > Actually you may want to check back with basic html at the "target"
> > parameter on your search "form" statement.
> >
> > HTH,
> >
> > Warren Vail
> > Vail Systems Technology
> > [EMAIL PROTECTED]
> 
> Target won't work for me because the originating page with 
> the search box is not part of any frameset. I'm trying to get 
> the search results from that page to go to a page that is 
> part of a frameset.
> 
> - jody
> 
> --
> 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