este el el form que uso, saludos.
<form autocomplete="off" class="f" action="http://www.midominio.com/datos.php" method="GET" name="mform" id="mform">
<table width="200" border="0" cellpadding="10" cellspacing="10" class="searchTable" style="margin-left:0px;">
<tr>
<td nowrap>
<input type="text" size="60" name="search" value="<?php if(!empty($_GET['search']))echo $_GET['search']; ?>" style="height:30px;font-size:12pt;color:#16387c;font-weight:bold;font-family:arial;margin-left:0px;"
id="inputString" onkeyup="lookup(this.value);" onblur="fill();">
<input type="submit" value="Buscar" style="height:31px;width:80px;color:#16387c;font-weight:bold;">
<div class="suggestionsBox" id="suggestions" style="display:none;" >
<div class="suggestionList" id="autoSuggestionsList" style="z-index:99999;">
</div>
</div>
</td>
</tr>
</table>
</form>