thanks!
I have setup a test now. I made the first form and ran the search wizard, but it added a form button to the search form:
<form id="form1" name="form1" method="get" action="00-results.php">
<input name="Country" type="hidden" id="Country" value="France" />
<input name="SearchType" type="hidden" id="SearchType" value="Sale" />
<a href="javascript:document.form1.submit();">Sale Properties in France</a>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td align="center"><input type="submit" name="WADbSearch1" value="Submit" /></td>
</tr>
</table>
</form>
I need to keep the WADbSearch1 name to trigger the search function, correct? So how to I keep that without having the submit button?
thx
Eric