 Tech Spec Search HTML
Below is an example of the search box generated
by the HTML code we provide. Feel free to place this on your site.
You may change the code to suit your needs if you'd like, but do not
change any form elements. Please credit Robobase if you remove the graphic.
The HTML Code for the Search Box is:
|
<table border="2" cellpadding="2"
cellspacing="0" width="200"
bgcolor="#FFFFFF" bordercolor="#0000FF"
bordercolordark="#0000FF"
bordercolorlight="#0000FF">
<tr> <td align="center">
<a href="http://www.robobase.com"><img
src="http://www.robobase.com/images/newsmlogo.gif"
width="180" height="27" border="0"></a>
<form
action="http://www.robobase.com/cgi-bin/techsearch.cgi"
method="POST">
<input type="hidden" name="start"
value="1">
<p align="center"><font
color="#000000">Tech Spec Search: <br>
<input type="text" size="20"
name="searchstring"><br>
<input type="submit" name="B1"
value="Search"></font></p>
</form></td></tr></table>
|
|