Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/01/2011, 10:55
_Adrian_
 
Fecha de Ingreso: septiembre-2010
Mensajes: 525
Antigüedad: 13 años, 6 meses
Puntos: 59
Código Javascript:
Ver original
  1. //Entre <head> y </head>
  2. <script type='text/javascript'>
  3. window.onload = detectarCarga;
  4. function detectarCarga(){
  5. document.getElementById("imgLOAD").style.display="none";
  6. }
  7. </script>
Código HTML:
Ver original
  1. <div id="imgLOAD" style="text-align:center;">
  2. <b>Cargando...</b>
  3. <img src="URL de la imagen" />
  4. </div>
Aquí puedes generar las imágenes "cargando".


Saludos
__________________
01011111 01000001 01100100 01110010 01101001 01100001 01101110 01011111