source de la page tp3.html

<html>
<body>
<p align="center">
<font size="5" face = "Arial"><b>Entrez un code producteur<br></b></font>
<form method="POST" action ="tp3.php">
<p>Entrez un code (num&eacute;rique)
<input type=text size=10 maxlength=6 name="pos"> (1 à 8000)
</p>
<p>
<input type=submit value="Valider">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type=reset value="R&eacute;initialiser">
</p>
</form>
</body>
</html>