Search Bar Google


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- Search Google -->
  2. <center>
  3. <form method="get" action="http://www.google.com/custom" target="google_window">
  4. <table bgcolor="#ffffff">
  5. <tr><td nowrap="nowrap" valign="top" align="left" height="32">
  6. <a href="http://www.google.com/">
  7. <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
  8. <input type="text" name="q" size="35" maxlength="255" value=""></input>
  9. <input type="submit" name="sa" value="Search"></input>
  10. <input type="hidden" name="client" value="pub-1280039572425172"></input>
  11. <input type="hidden" name="forid" value="1"></input>
  12. <input type="hidden" name="channel" value="5016850435"></input>
  13. <input type="hidden" name="ie" value="ISO-8859-1"></input>
  14. <input type="hidden" name="oe" value="ISO-8859-1"></input>
  15. <input type="hidden" name="safe" value="active"></input>
  16. <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:CCCCCC;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:190;L:http://www.cultivategreatness.com/images/cg_logo.gif;S:http://www.cultivategreatness.com;FORID:1"></input>
  17. <input type="hidden" name="hl" value="en"></input>
  18. </td></tr></table>
  19. </form>
  20. </center>
  21. <!-- Search Google -->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.