Forms for Portals: Difference between revisions

From Bitpost wiki
(New page: 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 you...)
 
No edit summary
Line 2: Line 2:


* Google
* Google
  <TABLE border=0 width=100% cellpadding=0 cellspacing=0>
 
<nowiki>
<center>
  <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">
     <tr>
     <tr>
Line 13: Line 16:
     <INPUT type=hidden name=num VALUE="20">
     <INPUT type=hidden name=num VALUE="20">
     </FORM>
     </FORM>
</td></tr>
</TABLE>
</center>
</nowiki>

Revision as of 21:55, 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.

  • Google

<center> <TABLE border=0 width=180 cellpadding=0 cellspacing=0> <FORM name="google" method=GET action="http://www.google.com/search" target="_parent"> <tr> <td align=left valign=center width=75%> <INPUT accesskey="g" TYPE=text name=q size="24" maxlength=255 value=""> </td> <td align=center valign=center width=25%> <INPUT class="aButton" type=submit name=btnG VALUE="Google"> </td></tr> <INPUT type=hidden name=num VALUE="20"> </FORM> </td></tr> </TABLE> </center>