Mwebvendor
mrsanswap Try this one, it's working to me. replace the value to your sitename.
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" value=""/>
<input type="hidden" name="as_sitesearch" value="yourdomain.com"/>
<br/>
<input type="submit" value="search"/>
<br/>
<input name="t" type="checkbox" value="1"/>
</form>
Copy code