Forms for Portals: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* Google | * Google | ||
< | <code> | ||
<center> | <center> | ||
<TABLE border=0 width=180 cellpadding=0 cellspacing=0> | <TABLE border=0 width=180 cellpadding=0 cellspacing=0> | ||
<FORM name="google" method=GET action="http://www.google.com/search" target="_parent"> | <FORM name="google" method=GET action="http://www.google.com/search" target="_parent"> | ||
Line 20: | Line 19: | ||
</TABLE> | </TABLE> | ||
</center> | </center> | ||
</ | </code> |
Revision as of 21:57, 4 March 2009
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">