1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>
Saisie d'un nouveau corps
</title>
<script language="JavaScript" src="ts_picker.js">
</script>
</HEAD>
<BODY>
<input type="text" name="txtDebut" value="<%=Dat%>" size="10" maxlength="10" readonly>
<a href="javascript:show_calendar('document.frmSaisie.txtDebut', document.frmSaisie.txtDebut.value);">
<img src="images/cal.gif" width="16" height="20" border="0" alt="Cliquez pour le calendrier"></a>
</BODY>
</HTML> |
Partager