Below are directions on how to add a dictionary input box.
**** Below is code for Merriam-Webster.****
<FORM name="dict" method="post"
action="http://www.merriamwebster.com/cgi-bin/dictionary">
<INPUT
type="hidden" name="book" value="Dictionary">
<FONT
color="#000000" size="2" face="Arial,
Helvetica"><B><A
HREF="http://www.merriamwebster.com/"
onMouseOver="self.status='Merriam-Webster Dictionary
and Thesaurus';
return true">Webster
Dictionary</A></B></FONT>
<INPUT
name="va" size="15">
<INPUT
type="submit" value="Look it up">
</FORM>
<p>
<FORM
method="post"
action="http://www.merriamwebster.com/cgi-bin/thesaurus">
<INPUT
type="hidden" name="book" value="Thesaurus">
<FONT
color="#000000" size="2" face="Arial,
Helvetica"><B><A
HREF="http://www.merriamwebster.com/"
onMouseOver="self.status='Merriam-Webster Dictionary
and Thesaurus';
return true">Webster Thesaurus</A></B></FONT>
<INPUT
name="va" size="15">
<INPUT
type="submit" value="Look it up">
</FORM>