Gracias jabierB. Dos dudas,
1. ¿Que tan portable es esta solucion?
2. Acabo de investigar una alternativa para el iframe, es el OVERFLOAT en un DIV
Código HTML:
<div style="HEIGHT:100px; WIDTH:50%; OVERFLOW:auto">
<table border=1 width=100%>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
<tr><td>stuff</td>
<td>more stuff</td></tr>
</table>
</div>
¿Sabes algo sobre el manejo de esto?