questa è la 1° pagina:

<form action="2.html" method="get">
<input type=text name=cognome>
<input type=text name=nome>
<input type="submit" value="invia">
</form>

questa è la seconda:

<body>
<table>
<tr>
<td>
posso visualizzare qui il nome
</td>
<td>
e qui il cognome?</td>
</tr>
</table>
</body>