Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a CGI script work within a frame

Status
Not open for further replies.

dhenry

MIS
Jun 11, 2002
17
US
Hello,
I'm having trouble making a search engine work inside a frame: I want the results page listed in the parent window, without any frames. I put &quot;TARGET=&quot;_parent&quot; in to the <FORM> tag, so it reads like this:

<FORM METHOD=&quot;post&quot; NAME=&quot;Rechercher&quot; ACTION=&quot; TARGET=&quot;_parent&quot;>

The results page does indeed get displayed in the main page, without frames, but the &quot;hidden&quot; values, listed below, don't seem to be passed to the search cgi script, so the results page is empty.

Can anyone think of how to make this work, and ensure that the &quot;hidden&quot; VALUES get passed to the cgi script?

I'll be very happy if so...

Thanks very much,
David Henry

<INPUT TYPE=&quot;hidden&quot; NAME=&quot;boolean&quot; VALUE=&quot;ET&quot;><INPUT TYPE=&quot;hidden&quot; NAME=&quot;case&quot; VALUE=&quot;Insensible&quot;>
 
Are you sure that the hidden values are between the <form> and </form> tags? Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top