Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/04/2013, 16:58
Rosencrantz
 
Fecha de Ingreso: junio-2008
Ubicación: Colombia
Mensajes: 207
Antigüedad: 15 años, 10 meses
Puntos: 12
Busqueda Respuesta: Utilizar Shadowbox con onclick

Ya probaste con?

Código:
$('#e').click(function(){

  setTimeout(function() {
        Shadowbox.open({
            content:    '<div><img src="Logo.png"><div id="k"></div><br><img    src="Logo.png"></div>',
            player:     "html",
            title:      "Oferta",
            width:      492,
            height:     367
        });
    }, 50);


})