Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/06/2005, 12:45
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola de nuevo.

Pon la tabla "ma o meno" así:
Código:
<table>
<thead>
<tr>
<th><input type="button" onclick="ocultar()"</th>
</tr>
</thead>
<tbody id="tabla">
...
</tbody>
</table>
Y en la función ocultar() utilizas el código que te puse en mi anterior mensaje. De esta forma se ocultará el cuerpo de la tabla, pero quedará visible la cabecera.

Saludos,