Con un iframe.

ES:

codice:
<table>
  <tr>
    <td><iframe src="pagina2.html" frameBorder=0 noResize width=243 height=97></iframe></td>
    <td>Seconda cella</td>
  </tr>
</table>
Ovviamente la proprietà interne specifiche (come altezza, larghezza, bordi, ecc...), le puoi personalizzare a tuo piacimento.