How to Add a Dictionary Input Box

Below are directions on how to add a dictionary input box.

  1. You will need highlight and copy all the code that is below the ****.
  2. Then you will need to paste it in your file.

**** 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>