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 33 34 35 36 37 38 39 40
|
<html>
<head>
</head>
<body onload="change()">
<form action="NouveauBien" method="POST">
<fieldset style="">
</fieldset>
<p> </p>
<fieldset style="width: 500px;">
<legend>Information sur Projet</legend>
<label>Projet</label>
<select id="projet" onchange="change()" name="projet">
<option value="6"> RACHID </option>
<option value="2"> al amane </option>
<option value="4"> al badr </option>
<option value="5"> Atlas </option>
<option value="1"> libelle </option>
<option value="3"> uuu </option>
</select>
<label>Tranche</label>
<div id="tranche" style="display: inline;">
<select id="tranche2" onchange="change2()" name="tranche22"> </select>
</div>
<label>Groupement</label>
<div id="groupement" style="display: inline;">
<select id="groupement2" name="groupement22"> </select>
</div>
</fieldset>
<p>
</p>
<p> </p>
<p>
</p>
<p> </p>
<p> </p>
</form>
</body>
</html> |