how do i get the cgi submit to say search i cant find where it says it
can you post the link please thanks
can you post the link please thanks
<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. --> <!--ZOOMSEARCH-->
Comment