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 41 42 43 44 45 46 47 48 49 50
| <td>
<FORM method=post action="mailto:totechnicien@alex-informatique.fr" enctype="text/plain">
<p class="Style1">Fiche de renseignements : </p>
<p> </p>
<TABLE BORDER=0>
<TR>
<TD width="138">Nom : </TD>
<TD width="161">
<INPUT type=text name="nom"> </TD>
</TR>
<TR>
<TD>Prénom : </TD>
<TD>
<INPUT type=text name="prenom"> </TD>
</TR>
<TR>
<TD>Téléphone : </TD>
<TD>
<INPUT type=text name="telephone"> </TD>
</TR>
<TR>
<TD>Adresse : </TD>
<TD>
<textarea name="adresse" rows="3"></textarea> </TD>
</TR>
<TR>
<TD>Disponibilité(s) : </TD>
<TD>
<textarea name="telephone" rows="3"></textarea> </TD>
</TR>
<TR>
<TD>Problème constaté :</TD>
<TD>
<TEXTAREA rows="3" name="commentaires"></TEXTAREA> </TD>
</TR>
<TR>
<th height="35" COLSPAN=2 valign="bottom">
<a href="mailto:technicien@alex-informatique.fr" class="Style1">Envoyer</a> </th>
</TR>
</TABLE>
</FORM></td>
</tr>
</table></td>
</tr> |
Partager