Salut,
J'ai fait un formulaire et lorsque je le reçoit j'ai un truc du genre
Nom=Toto
et je voudrais avoir
Nom= Toto
c'est-à-dire que je voudrais pouvoir ajouter un espace entre = et Toto
mais j'y arrive pas
Quelqu'un sait comment faire<form name="Formulaire" action="mailto:monmail" method="post" enctype="text/plain">
<table>
<tr>
<td>Nom</td>
<td> <input type="text" name="Nom"></td>
</tr>
<tr>
<td>
<p>
<input type="submit" value = Envoyer>
<input type="reset" value = Effacer>
</p>
</td>
</tr>
</table>
</form>![]()
Partager