Enter a word to search for dictionary web sites that include that word.
Enter a pattern consisting of letters and wildcards to search for words.
Valid wildcards are * (matches multiple letters) and ? (matches one letter).
script for this programme...
<!-- This OneLook(R) search form may be added to your web page. -->
<!-- You may change the look and feel of the form, but be careful -->
<!-- not to change the parameter names, or your form might not work! -->
<!-- start of suggested header -->
<h2>
Search online dictionaries<br>
<font size="-1">
(Powered by <a href="http://www.onelook.com/">OneLook® Dictionary Search)</a>
</font>
</h2>
<!-- end of suggested header -->
<!-- start of OneLook® search form -->
<!-- Do not change -->
<form method="GET"
action="http://www.onelook.com/">
<input type="hidden" name="loc" value="pub">
<b>Enter word or phrase</b>: <input name="w" value="">
<input type="submit" value="Look it up!">
</form>
<!-- end of OneLook® search form -->
<!-- start of optional OneLook® hint -->
<font size="-1">
Enter a word to search for dictionary web sites that include that word.<br>
Enter a pattern consisting of letters and wildcards to search for words.<br>Valid wildcards are <tt>*</tt> (matches multiple letters) and <tt>?</tt> (matches one letter).<br>
</UL>
<!-- end of optional OneLook® hint -->