carltonb
03-14-2007, 09:02 PM
My search page at http://www.slutsk.org/index.php?option=com_content&task=view&id=45&Itemid=60
works.
I would like the results of the search either to be diplayed on the same page or below the search engine.
My code for the page is
<form method="get" action="http://www.slutsk.org/zoom slutsk/search.php" >
<input name="zoom_query" size="20" type="text" />
<input value="Search" type="submit" />
<small> Results per page:
<select name="zoom_per_page">
<option selected="selected">
10</option>
<option>
20</option>
<option>
100</option>
</select><br />
<br />
Match:
<input name="zoom_and" value="0" checked="checked" type="radio" />any search words
<input name="zoom_and" value="1" type="radio" />all search words</small>
Any thoughts would be greatly appreciated
carltonb
works.
I would like the results of the search either to be diplayed on the same page or below the search engine.
My code for the page is
<form method="get" action="http://www.slutsk.org/zoom slutsk/search.php" >
<input name="zoom_query" size="20" type="text" />
<input value="Search" type="submit" />
<small> Results per page:
<select name="zoom_per_page">
<option selected="selected">
10</option>
<option>
20</option>
<option>
100</option>
</select><br />
<br />
Match:
<input name="zoom_and" value="0" checked="checked" type="radio" />any search words
<input name="zoom_and" value="1" type="radio" />all search words</small>
Any thoughts would be greatly appreciated
carltonb