My search page at http://www.slutsk.org/index.php?opti...d=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
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>
<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>
carltonb
Comment