thanks to the great staff at KnowledgeNET for providing me a way to find this out. http://redbeach.knowledge.net.nz/
All I need to do is to look at the site and grab the form data, and can modify the parts that we need.
Now for the same with google apps.
<span style="font-style:italic; font-weight:bold; ">Search Google:</span>
<form action="http://www.google.co.nz/custom" method="GET" target="_top">
<input type="text" name="q" size="19" maxlength="255" value>
<input type="submit" name="sa" VALUE=" Google It! ">
<input type="hidden" name="cof" VALUE="AH:center;AWFID:xxxxxxxxxxxxx;">
</form>
Wikipedia Version
<span style="font-style:italic; font-weight:bold; ">Search Wikipedia:</span>
<form action="http://www.wikipedia.org/search-redirect.php" method="get" target="_top">
<input type="hidden" name="language" value="en" />
<input type="text" name="search" size="20" />
<input type="submit" name="go" value=" Wikipedia It! " />
</form>
<span style="font-style:italic; font-weight:bold; ">Search Wikipedia:</span>
<form action="http://www.wikipedia.org/search-redirect.php" method="get" target="_top">
<input type="hidden" name="language" value="en" />
<input type="text" name="search" size="20" />
<input type="submit" name="go" value=" Wikipedia It! " />
</form>
No comments:
Post a Comment