Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Code for Google site search box (See related posts)

<!-- SiteSearch Google -->
<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>

</td>
<td>

<input TYPE=text name=q size=19 maxlength=255 value=""/>
<input type=submit name=btnG VALUE="Google Search"/>
<font size=1>
<input type=hidden name=domains value="http://libraryclips.blogsome.com"/><br /><input type=radio name=sitesearch value=""/> WWW <input type=radio name=sitesearch value="http://libraryclips.blogsome.com" checked/> Library clips <br />
</font>
</td></tr></table>
</form>
<!-- SiteSearch Google -->

<a HREF="http://www.google.com/">
<img SRC="http://www.google.com/logos/Logo_40wht.gif" 
border="0" width="90" height="30" ALT="Google"/></a>
<br /><br />

You need to create an account or log in to post comments to this site.


Related Posts