Friday, March 5, 2010

add google site search to your web site

heres the code to add the google search to your site. you will need to change "yoursite.com" to your domain name

<form action="http://www.google.com/search" method="get"> 
<input name="q" size="31" type="text" /> 
 maxlength="255" value="" />
<input type="submit" value="Google Search" /> 
<input name="sitesearch" type="radio" value="" /> 
 The Web
<input name="sitesearch" type="radio" /> 
 value="yoursite.com" checked /> Ask Dave Taylor

</form>

No comments: