Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default Adding a google search box?

    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

    drink up this bottle of yeah
    and P A I N T your body on me


  2. #2
    Join Date
    Dec 2006
    Location
    Nottingham
    Posts
    7,752
    Tokens
    756
    Habbo
    katie.pricejorda

    Latest Awards:

    Default

    HTML Code:
    <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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •