Ragazzi mi serve il vostro aiuto... Devo finire un sito ad un amico che non ci riesce, diciamo che ho finito tutto, però ho un box di ricerca nel sito, praticamente "cerca nel sito" a regola dovresti mettere la parola che vuoi e lui te la cerca, ma a me non funziona!! Il codice del box è questo:
<td width="300">
<form id="form1" name="form1" method="post" action="">
Search the website
<input name="search_text" type="text" id="search_text" />
<input type="submit" name="Submit" value="Search" />
</form>
</td>
Cosa manca?