Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje12-01-2009, 23:09 (UTC)    
Título del mensaje: [Código Javascript] Ocultar/mostrar una tabla con contenido

Sin mas q decir aquí esta el codigo:

Código:
<div align="center">
  <center>
<TABLE ID=tableau BORDER=2 BGCOLOR=#BCC1C2 width="499" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
   <TR>
   <TD width="956">
   <p align="center" style="margin-top: 0; margin-bottom: 0"> </p>
   <p align="center" style="margin-top: 0; margin-bottom: 0">
   <img border="0" src="http://img.webme.com/pic/r/redanuncios/barra_negocios.gif" width="228" height="67"></p>
   <p align="center" style="margin-top: 0; margin-bottom: 0"> </p>
   <p align="center" style="margin-top: 0; margin-bottom: 0"><b>
   <font face="Verdana" size="2">Puedes insertar texto e imágenes</font></b></p>
   <p align="center" style="margin-top: 0; margin-bottom: 0"> </TD>
   </TR>
   </TABLE>

   </center>
</div>

   <SCRIPT>
   function disparition()
   {
   if(document.getElementById)
   document.getElementById("tableau").style.visibility = 'hidden'
   }
   </SCRIPT>

   <p align="center"><b><font face="Verdana" size="2">

   <A HREF=# onClick='disparition();return(false)'>Ocultar la tabla</A>           
 
   <SCRIPT>
   function afficher()
   {
   if(document.getElementById)
   document.getElementById("tableau").style.visibility = 'visible'
   }
   </SCRIPT>

   <A HREF=# onClick='afficher();return(false)'>Ver la tabla</A> </font></b>

Ejemplo: http://redanuncios.es.tl/Prueba.htm

SaludOs!
______________
Busca en el buscador interno

Edita tu post
No hagas doble post



Ultima edición por redanuncios el Mar Ene 20, 2009 12:38 pm; editado 3 veces
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group