PDA

View Full Version : Adding a google search box?



myke
05-01-2008, 03:50 PM
How do I and am i allowed to add a google search box to my page, so users can search google via our website.

Thanks :)

Jordy
05-01-2008, 03:54 PM
<form method="get" action="http://www.google.com/search">

<input type="text" name="q" size="31"
maxlength="255" value="" />
<input type="submit" value="Google Search" /> <br />

</form>That's it, I'm surprised how little there is to it. Tested it and it works fine.

Want to hide these adverts? Register an account for free!