PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

How do I modify the search form on the search page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I modify the search form on the search page?

    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>

  • #2
    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.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X