add a gadget
click on the "+" for HTML/JavaScript
put those html code in the content
<form action="search" name="input" method="get">
<input value="" name="q" size="20" type="text"/>
<input value="Go" type="submit"/>
</form>
<input value="" name="q" size="20" type="text"/>
<input value="Go" type="submit"/>
</form>
This is how it work. Sending form to server and call function, "search", on the server. "q" means the keywork you want to search.
That's it. thanks for reading.

