Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (38 sloc)
1.15 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Matt's Script Archive Search Engine</title> | |
| </head> | |
| <body bgcolor="#FFFFFF" text="#000000"> | |
| <h1 align="center">Matt's Script Archive Search Engine</h1> | |
| <p>Use the form below to search through the files at Matt's Script Archive!</p> | |
| <hr size="7" width="75%"> | |
| <form method="POST" action="http://206.139.177.175/~ig/cgibin/search.cgi"> | |
| <div align="center"><center><table border="1"> | |
| <tr> | |
| <th>Text to Search For: </th> | |
| <th><input type="text" name="terms" size="40"><br> | |
| </th> | |
| </tr> | |
| <tr> | |
| <th>Boolean: <select name="boolean" size="1"> | |
| <option>AND </option> | |
| <option>OR </option> | |
| </select> </th> | |
| <th>Case <select name="case" size="1"> | |
| <option>Insensitive </option> | |
| <option>Sensitive </option> | |
| </select><br> | |
| </th> | |
| </tr> | |
| <tr> | |
| <th colspan="2"><input type="submit" value="Search!"> <input type="reset"><br> | |
| </th> | |
| </tr> | |
| </table> | |
| </center></div> | |
| </form> | |
| <hr size="7" width="75%"> | |
| <p>Simple Search created by Matt Wright and can be found at <a | |
| href="http://www.worldwidemart.com/scripts/">Matt's Script Archive</a>. </p> | |
| </body> | |
| </html> |