Forms for Portals
Everyone's personal web pages should get some love. This project is a collection of forms to help you quickly access google, dictionary, wikipedia, imdb, maps, yellow pages, etc. from your own web pages.
<FORM name="google" method=GET action="http://www.google.com/search" target="_parent">
<INPUT type=hidden name=num VALUE="20">
</FORM>
<INPUT accesskey="g" TYPE=text name=q size="24" maxlength=255 value="">
<INPUT class="aButton" type=submit name=btnG VALUE="Google">