1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
| <?
include ("config.inc.php");
include ("top_foot.inc.php");
//intestazione
top();
?>
<html>
<head>
<script language="javascript" type="text/javascript">
</script>
<!--
</head>
<body>
<form method="post" action="visualizza.php">
<table align="CENTER" cellSpacing=0 width="100%" border="0">
<tr>
<td width="15%">Numero questionario</td>
<td width="85%"><input type="text" size="25" name="numquest" > </td>
</tr>
</table>
<br><br>
<table align="CENTER" cellSpacing=0 width="100%" border="1">
<tr>
<td width="50%"> NOME    <input type="TEXT" name="q1" size="55" > </td>
<td width="50%"> COGNOME <input type="TEXT" name="q1" size="55" > </td>
</tr>
<tr>
<td width="50%"> NATO A <input type="TEXT" name="q2" size="55" > </td>
<td width="50%"> IL                  <input type="TEXT" name="q2_1" size="55" > </td>
</tr>
</table>
<Br /><br />
<p align="center">
<input type="submit" value="Cliccare qui per registrare le risposte" style="FONT-SIZE: 14pt" /></p>
</form>
</body>
</html>
<?
// chiusura pagina
foot();
?> |
Partager