Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/07/2009, 13:22
hucht
 
Fecha de Ingreso: octubre-2008
Mensajes: 140
Antigüedad: 15 años, 7 meses
Puntos: 1
Respuesta: Lightwindow se ejecute solo

No se si soy yo pero no me funciona:

declaro la función:

<script>
function lightup(){
myLightWindow.activateWindow({
href:'http://credicoopluzyfuerza.coop/images/convenios/anuncio-privateacher.png',
title: 'Prueba',
params: 'lightwindow_type=external'});
}
</script>

y luego antes del </body> coloco

<script type="text/javascript">lightup();</script>