If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How do you put a Google search field on a web page? I'm talking about inserting a form with a text field and a button. The user enters his query term(s) into the text field and clicks the button.
Its what Google let's you do for free and allows you to also brand your results.
I'm sure you could also always go into www.google.com's source and copy from the beginning of the <form> tag until the closing </form> tag and paste that into your page. Then just play around with the appearance.