Bouton HTML Envoyer la demande de poste
<form method='POST' action='myFile.php'>
<input name='myInput'>
<button type='submit'>Submit</button>
<!--Sends input value to the page set as 'action' parameter.
For example a php file.-->
</form>
PanosG