ecco il codice del form

Codice PHP:
<form method="get" action="index.php">
<
table cellpadding="0" cellspacing="0" border="0">
<
tr>
<
td colspan="2">Ricerca</td>
</
tr>
<
tr>
<
td colspan="2">
<
input type="hidden" name="action" value="ricerca" />
<
input type="text" size="35" name="testo" class="search"  value="Ricerca..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'Ricerca...\';" /></td>
</
tr>
<
tr>
<
td><input type="image" src="Theme/img/button-search.gif" alt="button-search"/></td>
<
td>[url="index.php?action=ricercaAvanzata"]Ricerca avanzata[/url]</td>
</
tr>
</
table>
</
form
ho usato una cella nascosta per permettere all'url di dare un action=ricerca altrimenti non trova la pagina di elaborazione del form