ho modificato il codice del form per le domande adesso vorrei sapere come posso fare per fare in modo che le risposte che vengono date vengano inseriti in un file excel.
aiutatemi plz
ecco il codice
codice:
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
</p>
Test
</p>
<form name="form1" action="" method="post">
età
<input type="text" name="textfield" />
</p>
scuola <label>
<input type="radio" value="pulsante di scelta" name="media" />
Media</label> <label>
<input type="radio" value="pulsante di scelta" name="sCUOLA" />
Superiore</label>
</p>
<input type="submit" value="Invia" name="Submit" />
</p>
</form>
</p>
</body>
</html>