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.
35 lines (31 sloc)
1.39 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>What's New Too! Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <form action="http://newtoo.manifest.com/cgi-localbin/WhatsNewToo/search" method="POST"> | |
| <input type="hidden" name="adult" value><a href="http://newtoo.manifest.com/"><b><p>What's | |
| New Too!</b></a> <b>D - <a href="http://newtoo.manifest.com/submit.html">Add | |
| URL</a></b> | |
| <input type="checkbox" name="case" value="ON"><b> Case sensitive matching</b></p> | |
| <p><input type="reset" value="Reset"> <input type="submit" value="Search"> <select | |
| name="hits" size="1"> | |
| <option>25 </option> | |
| <option>50 </option> | |
| <option selected>100 </option> | |
| <option>250 </option> | |
| <option>500 </option> | |
| <option>1000</option> | |
| </select> <b>Select Hits</b> <select name="stype" size="1"> | |
| <option selected value="and">Match All Words </option> | |
| <option value="or">Match Any Words </option> | |
| <option value="string">Match Exact Phrase</option> | |
| </select> <select name="word" size="1"> | |
| <option selected value="word">Whole Words </option> | |
| <option value="sub">Substrings</option> | |
| </select> <input name="term" size="75" value></p> | |
| </form> | |
| <p align="center"> </p> | |
| </body> | |
| </html> |