[Zope] Redirecting Search Result
Jason Bush
jason at nol.org
Mon Jun 21 14:50:30 EDT 2004
If you have named your frames, you can put a target in your form tag:
<form action="results.html" method="get"
target="name_of_frame_to_show_results_in">
Michael A. Ruberto wrote:
>Hi,
>
>I have a Zcatalog search very similar to the one in the Zope book. the page
>with the search form is in the top frame of a 2 frame page. the code for it
>was generated by the ZSearch Interface:
>
><form action="results.html" method="get">
>
>Enter query parameters:<br><table>
>
><tr><th>SearchTextIdx</th>
> <td><input name="searchTextIdx"
> width=30 value=""></td></tr>
><tr><td colspan=2 align=center>
><input type="SUBMIT" name="SUBMIT" value="Submit Query">
>
>I would like to have results.html display in the bottom frame instead of the
>top frame where the search form is. after much looking for answers on
>zope.org and elsewhere it appears there is not a shred of howto available to
>help me here. I would greatly appreciate any suggestions - and no I cannot
>put the search form in the bottom frame ;-)
>
>THANKS!!!!
>
>Michael A. Ruberto
>DORTRONICS SYSTEMS INC.
>
>
>_______________________________________________
>Zope maillist - Zope at zope.org
>http://mail.zope.org/mailman-20/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://mail.zope.org/mailman-20/listinfo/zope-announce
> http://mail.zope.org/mailman-20/listinfo/zope-dev )
>
>
>
--
"I don't want the cheese, I just want out of the trap."
-- Spanish Proverb
Jason Bush | (402) 471-6517 | jason at nol.org | http://www.nol.org
More information about the Zope
mailing list