1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<form name="form_rc_sim" action="index.php?" method="GET">
<input type="hidden" name="pg" value="rs"/>
<input type="hidden" name="ty" value="s"/>
<div><p>Mot(s) clè(s) (3 maximum)</p>
<input type="text" name="mt" maxlength="30" size="30" />
</div>
<span id="erreur_rech_mot"></span>
<div><p>Type de recherche</p>
<select name="rc">
<option value="0">n'importe quel mot (OU)</option>
<option value="1">tous les mots (ET)</option>
</select>
</div>
<div>
<a href="javascript:test_recherche(mt);" class="button">Rechercher</a>
</div>
</form> |