Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/11/2003, 12:23
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola, xias.

Prueba esto:
Código PHP:
<html>
<
head>
</
head>

<
body>
<
input type="button" onClick="capa.style.visibility='visible'">
<
div id="capa" style="visibility:hidden">
<
table width="75%" border="1">
  <
tr>
    <
td>&nbsp;</td>
    <
td>&nbsp;</td>
  </
tr>
</
table>
<
input type="button" onClick="capa.style.visibility='hidden'">
</
div>
</
body>
</
html
Saludos,