Adding Search to Your Pages
To add search to your pages insert the following code where ever you
wish to provide search capabilities:
<form method=GET action="http://www.google.com/search">
<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="#6699CC">
<tr>
<td>
<p class="footer"><b>Search:</b>
<input type=text name=q size=10 maxlength=255 value="">
<input type=submit name=btnG value="Go">
<input type=hidden name=domains value="www.yourdomain.org|net">
<input type=hidden name=sitesearch value="www.yourdomain.org|net">
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="http://www.google.com/"><img src=http://www.google.com/logos/Logo_25wht.gif border=0 width="75" height="32" alt="Google"></a>
</form>
|