Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/12/2007, 17:14
Avatar de atlante
atlante
 
Fecha de Ingreso: julio-2002
Ubicación: Lima
Mensajes: 140
Antigüedad: 21 años, 10 meses
Puntos: 0
Re: LightBox Ayuda.... que se cargue solo al cargar la pagina

En IE, creo que podrias usar los siguiente
<script>
function mifuncion()
{
milink.onclick();
}
</script>
<body onload="mifuncion()">
<a id="milink" href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>

Pero obviamente solo funcionaria en ese navegador, para que funcione en cualquier navegador tendrias que modificar el codigo del lightbox.

Saludos
__________________
If you look, If you really read between the lines, You will see...