Reno CF
08-07-2004, 01:56 AM
Is there a way to put a search box in a narrow top frame, and make the search results page load into the large bottom frame after the visitor clicks the "Search" button?
For example:
top frame name="top_nav" ; bottom frame name="bottom_main"
Search code to be placed in top frame:
<form METHOD="POST" ACTION="search.php">
<input type="hidden" value="search" name="searchfield">
<input type="hidden" value="ascending" name="sortorder">
Search for: <input NAME="name" SIZE="20"> <input TYPE="SUBMIT" VALUE="Search">
</form>
Thanks for any feedback...
For example:
top frame name="top_nav" ; bottom frame name="bottom_main"
Search code to be placed in top frame:
<form METHOD="POST" ACTION="search.php">
<input type="hidden" value="search" name="searchfield">
<input type="hidden" value="ascending" name="sortorder">
Search for: <input NAME="name" SIZE="20"> <input TYPE="SUBMIT" VALUE="Search">
</form>
Thanks for any feedback...