| <FORM ACTION="" METHOD=POST> <P><SELECT
NAME=liste1> <OPTION VALUE="votre page.html">Déroulez
pour choisir votre sujet <OPTION VALUE="source.htm">exemple <OPTION
VALUE="voir modele URL">Mettez ici un titre correspondant au fichier propose <OPTION
VALUE="voir modele URL">Mettez ici un titre correspondant au fichier propose <OPTION
VALUE="voir modele URL">Mettez ici un titre correspondant au fichier propose </SELECT>
<INPUT TYPE=button NAME=Bouton VALUE="ensuite cliquez" onclick="if (form.liste1.selectedIndex
!= 0) location = form.liste1.options[form.liste1.selectedIndex].value;
else alert"></P> <P> </FORM> |