1 2 3 4 5 6 7 8 9 10 11 12 13
| <center><form method="post" name="formu" action="action.php">
<input type="text" name="numtel" value="">
<input type="text" name="date">
<input type='button' value='...' onClick="window.open('mycalendar.php?form=formu&elem=date','Calendrier','width=200,height=220')">
<input type="text" name="operateur" value="">
<input type="text" name="numeroerp" value="">
<input type="hidden" name="distri" value="<?echo($_POST['distri'])?>">
<input type="hidden" name="domaine" value="<?echo$_POST['domaine']?>">
<br><br>
<center><input type="submit" name="ajoutcompteur" value="Ajouter le compteur"></center>
</center></form> |
Partager