PDA

View Full Version : How do I modify the search form on the search page?



gjoseph
02-10-2009, 07:24 PM
For Zoom V6 how do i modify the search form, is it similar to V5 and as mentioned in the guide with the exception of changing search.asp to search.aspx

<form method="GET" action="search.asp">
<input type="text" name="zoom_query" size="20">
<input type="submit" value="Search">
Results per page:
<select name="zoom_per_page">
<option selected>10</option>
<option >20</option>
<option >100</option>
</select>
<br><br>
Match:
<input type="radio" name="zoom_and" value="0" checked>
any search words
<input type="radio" name="zoom_and" value="1">
all search words
</form>

Ray
02-10-2009, 10:49 PM
Yes, the search form is the same. If you are using the ASP.NET option then yes, the form's action should point to "search.aspx". But it's "search.php" if you are using PHP, "search.asp" if you are using Classic ASP, "search.html" if you are using JavaScript and "search.cgi" if you are using CGI.