1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<form id="form10" name="form10" method="post" action="">
<label>Nombre(s) de Cobaye(s) souhaité(s) :
<select name="Nombre de Cobayes" size="1">
<option>--</option>
<option>1</option>
<option>2</option>
<option>3</option>
</select>
</label>
</form>
<p>Spécifications de la demande :</p>
<p><u>Races :</u></p>
<form id="form4" name="form4" method="post" action="http://perso0.free.fr/cgi-bin/form2mail.pl">
<label>
<input type="checkbox" name="Races" value="checkbox" />
Lunkaryas</label>
|
<label>
<input type="checkbox" name="Lunkaryas" value="checkbox" />
Péruviens</label>
</form>
<p><u>Sexe :</u></p>
<form id="form8" name="form8" method="post" action="http://perso0.free.fr/cgi-bin/form2mail.pl">
<label>Choix
<select name="Sexe" size="1">
<option selected="selected">--</option>
<option>Male</option>
<option>Femelle</option>
</select>
</label>
</form> |