File "formulaire_deplacer.php"
Full Path: /home/analogde/www/copy/formulaire_deplacer.php
File size: 1.07 KB
MIME-type: text/html
Charset: utf-8
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Inscription à une activité</title>
</head>
<body>
<form action="http://localhost:8080/formulaire/Controlleur" method="Post">
Nom<INPUT name="nom">
Prénom<INPUT name ="prenom">
<P> Adresse <TEXTAREA style="WIDTH: 184px; HEIGHT: 56px" name= "adresse" ></TEXTAREA>
<select name="select2" size="3">
<option>cerise</option>
<option>orange</option>
<option>pomme</option>
</select>
Activité <SELECT name=activite>
<OPTION value="basket" selected>basket</OPTION>
<OPTION value="handball">handball</OPTION>
<OPTION value="escrime">escrime</OPTION>
<OPTION value="Gymnastique">Gymnastique</OPTION>
<OPTION value="Danse">Danse</OPTION>
<OPTION value="Musculation">Musculation</OPTION>
</SELECT></P>
<INPUT type="submit" value="Envoyer">
<INPUT type="reset" value="Reset">
</FORM>
</body>
</html>