Il codice va postato tra i tag [CODE][/CODE]
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
</head>
<body>
<p class="Stile1">MODULO</p>
<form id="form1" name="form1" method="post" action="mailto:nome@host.it" enctype="text/plain">
<label>Nome</label>
<input type="text" name="textfield" />
<label>Cognome</label>
<input type="text" name="textfield2" />
<label>Città</label>
<input type="text" name="textfield3" />
</p>
<input type="submit" name="Submit" value="Invia" />
<input type="reset" value="Cancella" name="reset"
</p>
</form>
<p class="Stile1"></p>
</body>
</html>