PDA

View Full Version : Thanks for the help so far, but one more question...


sb1234
12-27-2004, 01:26 AM
How do you post a Google Search bar on your website?

I want to stick that thing above my "interesting sites and links" section in my blog.

Thanks for your help in advance.

sb1234
12-27-2004, 01:52 AM
I figured it out....


<center>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
http://www.google.com/logos/Logo_40wht.gif</A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>


I feel lame... I should have just searched it to begin with.

webado
12-27-2004, 03:13 AM
Do you know how that could be used to search a particular site? If you put in the text field site:mysite.com way over to the right out of view (lots of blanks in front :lol: ) it will search it as long as it has been indexed by Google I suppose. But what if it hasn't been indexed yet?