Re: [PHP] Re: Passing variable to a page in a frameset
- From: stuttle@xxxxxxxxx (Stut)
- Date: Fri, 15 Aug 2008 19:46:01 +0100
On 15 Aug 2008, at 19:39, Jody Cleveland wrote:
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
warren@xxxxxxxxxxxx
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.
Are you saying that the frame you want to have the search results shown in doesn't exist when the search form is submitted? If it does then it doesn't matter where the form is, just specify the target as the name of the frame and it will almost certainly work.
If however you want the search to create the frameset when it runs then you have a completely different problem which is best solved using some sort of session. The script that handles the POST will need to store the details of the search somewhere and output the frameset. The frame that needs to contain the results would then grab the details and run the search outputting the results.
If I'm completely misunderstanding you please feel free to elaborate.
-Stut
--
http://stut.net/
.
- Follow-Ups:
- Re: [PHP] Re: Passing variable to a page in a frameset
- From: Jody Cleveland
- Re: [PHP] Re: Passing variable to a page in a frameset
- References:
- Passing variable to a page in a frameset
- From: Jody Cleveland
- Re: Passing variable to a page in a frameset
- From: Jay Moore
- RE: [PHP] Re: Passing variable to a page in a frameset
- From: "Warren Vail"
- Re: [PHP] Re: Passing variable to a page in a frameset
- From: Jody Cleveland
- Passing variable to a page in a frameset
- Prev by Date: RE: [PHP] How to submit form via PHP
- Next by Date: RE: [PHP] SESSION problem
- Previous by thread: Re: [PHP] Re: Passing variable to a page in a frameset
- Next by thread: Re: [PHP] Re: Passing variable to a page in a frameset
- Index(es):
Relevant Pages
|