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)


<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>


/>
<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>


//www.google.com/">
"http://www.google.com/logos/Logo_40wht.gif" 
border="0" width="90" height="30" ALT="Google"/>



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


Related Posts