PassMark Logo
Home » Forum

Cgi submit to say search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sdmsearch
    Junior Member
    • Oct 2007
    • 14

    #1

    Cgi submit to say search

    how do i get the cgi submit to say search i cant find where it says it

    can you post the link please thanks
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    cgi submit to say search
    I am not exactly sure what you mean by this.

    But all the text that the Zoom scripts output are in the language file. See the languages tab of the Zoom configurarion window.

    Comment

    • Jerren
      Junior Member
      • Jan 2008
      • 19

      #3
      Originally posted by wrensoft View Post
      I am not exactly sure what you mean by this.

      But all the text that the Zoom scripts output are in the language file. See the languages tab of the Zoom configurarion window.
      Is this what your looking for?

      Code:
       <p><h3>Search for Solutions:</h3></p>
        <form method="get" action="search.cgi?">
      <input type="text" name="zoom_query" size="20" />
      <input type="submit" value="Search" />
      <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 type="radio" name="zoom_and" value="0" checked="checked" />any search words
      <input type="radio" name="zoom_and" value="1" />all search words </small>
      </form>
       <!-- 
      	The ZOOMSEARCH tag below marks the place where your search form and search results
      	will be inserted when you run the search script. By default, you do not need to place a 
      	search form here, the search script will generate one and display it before the search 
      	results. Also note that the ZOOMSEARCH tag should be on a seperate line of its own.
      	-->
      &nbsp;
      <!--ZOOMSEARCH-->
      There are 10 types of people in this world: Those who understand Binary and those who don't.

      Comment

      Working...