Google search to RW (for lazy bums)
30.12.06 11:06 |
Code
A really lazy way to add search to
your RW page:
I think you could actually cook up something nice with a Google developer account and XMLHttpRequest...
<div id="gsearch">
<form action="http://www.google.com/search">
<input type="text" name="q"/>
<input type="hidden" name="hl" value="en"/>
<input type="hidden" name="sitesearch" value="http://homepage.mac.com/filipp"/>
<input type="submit" value="Search with Google"/>
</form>
</div>
I think you could actually cook up something nice with a Google developer account and XMLHttpRequest...
|