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 "TARGET="_parent" in to the <FORM> tag, so it reads like this:
<FORM METHOD="post" NAME="Rechercher" ACTION=" TARGET="_parent">
The results page does indeed get displayed in the main page, without frames, but the "hidden" 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 "hidden" VALUES get passed to the cgi script?
I'll be very happy if so...
Thanks very much,
David Henry
<INPUT TYPE="hidden" NAME="boolean" VALUE="ET"><INPUT TYPE="hidden" NAME="case" VALUE="Insensible">
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 "TARGET="_parent" in to the <FORM> tag, so it reads like this:
<FORM METHOD="post" NAME="Rechercher" ACTION=" TARGET="_parent">
The results page does indeed get displayed in the main page, without frames, but the "hidden" 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 "hidden" VALUES get passed to the cgi script?
I'll be very happy if so...
Thanks very much,
David Henry
<INPUT TYPE="hidden" NAME="boolean" VALUE="ET"><INPUT TYPE="hidden" NAME="case" VALUE="Insensible">