Pagine

mercoledì 1 giugno 2011

Anagrafe

Anagrafe.html
<html>
<head>
<title>Anagrafe</title>
</head>
<body>
<center><h2><font color="orange">Immettere i propri dati</font></h2></center>
<form action="anagrafe.php" method="POST">
Codice cliente:<input type="text" name="codcli" maxlength="5"><br>
Ragione sociale:<input type="text" name="ragsoc" maxlength="50"><br>
Indirizzo:<input type="text" name="indiri" maxlength="30"><br>
C.A.P.:<input type="text" name="CAP" maxlength="5"><br>
Localit&agrave;:<input type="text" name="locali" maxlength="30"><br>
Settore merceologico:<input type="text" name="setmer" maxlength="20"><br>
Partita IVA:<input type="text" name="parIVA" maxlength="11"><br>
Codice fiscale:<input type="text" name="codfis" maxlength="16"><p>
<input type="submit" value="Invia">
<input type="reset" value="Cancella">
</form>
</body>
</html>

Nessun commento:

Posta un commento