Het script wil de ingevoerde tekst niet doorsturen, naar zoekennn.php
voorpagina (2buttons maar zijn even voor test):
<form name="zoekquery" id="zoekquery" action="zoekennn" method="get" target="bottom">
<td><input name="zoekquery" class="textfield" type="text" id="zoek" value="$zoek" style="width:125px;" /></td>
<td><input type="image" style="float :inherit ;" img src="img/button-search-small.png" title="Zoek" value="Zoekennn" /></td>
<td><input type="hidden" name="page" value="$zoek" /></td><td><input type="submit" title="Zoek" value="Zoek" /> </td>
</form>
zoekennn.php
$zoeken .= "
<h3>Producten zoeken</h3>
<form name=\"zoekquery\" id=\"zoekquery\" action=\"zoekennn\" method=\"post\">
<table width=\"200\" border=\"0\">
<tr>
<td><input name=\"zoek\" class=\"textfield\" type=\"text\" id=\"zoek\" value=\"$zoek\" style=\"width:150px; height:27px;\" /></td>
<td><input type=\"image\" style=\"float :inherit ;\" img src=\"img/button-search.png\" title=\"Zoek\" value=\"Zoek\" /></td>
</tr>
</table>
</form>
";