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.
75 lines (70 sloc)
2.88 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>Open Text Power Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <p><b><a href="http://index.opentext.net/main/powersearch.html">Open Text Power Search</a></b> | |
| <b>R - <a href="http://index.opentext.net/main/submitURL.html">Add URL</a> | |
| <a href="opentext.htm">Eureka!'s Open Text Simple | |
| Search</a> </p> | |
| <form method="POST" action="http://search.opentext.com/omw/compoundsearch"> | |
| <p> | |
| | |
| <b>(Enter one word | |
| or phrase per line)</b> </p> | |
| <table border="0" cellpadding="1" cellspacing="1" valign="TOP"> | |
| <tr> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td align="RIGHT"><input type="reset" value="Reset"> <input type="submit" value="Search"> </td> | |
| <td><input name="string" size="38"> <b>within</b> <select name="region" size="1"> | |
| <option value="Anywhere">Anywhere </option> | |
| <option value="Summary">Summary </option> | |
| <option value="Title">Title </option> | |
| <option value="First Heading">Heading </option> | |
| <option value="Web Location (URL)">URL </option> | |
| </select> </td> | |
| </tr> | |
| <tr> | |
| <td><select name="comb" size="1"> | |
| <option value="And">And </option> | |
| <option value="Or">Or </option> | |
| <option value="But not">But Not </option> | |
| <option value="Near">Near </option> | |
| <option value="Followed By">Followed By </option> | |
| </select> </td> | |
| <td><input name="string" size="38"> <b>within</b> <select name="region" size="1"> | |
| <option value="Anywhere">Anywhere </option> | |
| <option value="Summary">Summary </option> | |
| <option value="Title">Title </option> | |
| <option value="First Heading">Heading </option> | |
| <option value="Web Location (URL)">URL </option> | |
| </select> </td> | |
| </tr> | |
| <tr> | |
| <td><select name="comb" size="1"> | |
| <option value="And">And </option> | |
| <option value="Or">Or </option> | |
| <option value="But not">But Not </option> | |
| <option value="Near">Near </option> | |
| <option value="Followed By">Followed By </option> | |
| </select> </td> | |
| <td><input name="string" size="38"> <b>within</b> <select name="region" size="1"> | |
| <option value="Anywhere">Anywhere </option> | |
| <option value="Summary">Summary </option> | |
| <option value="Title">Title </option> | |
| <option value="First Heading">Heading </option> | |
| <option value="Web Location (URL)">URL </option> | |
| </select> </td> | |
| </tr> | |
| <tr> | |
| <td align="RIGHT" colspan="2"></td> | |
| </tr> | |
| </table> | |
| </form> | |
| <p align="center"> </p> | |
| </b> | |
| </body> | |
| </html> |