14/09/2010, 11:53
|
| | Fecha de Ingreso: abril-2005
Mensajes: 5
Antigüedad: 19 años, 7 meses Puntos: 0 | |
Respuesta: Como uso Shadowbox? funcion open
-----------------------------
function popUpFunction(url)
{
Shadowbox.open({player: "iframe", title:"POR FAVOR ESPERE...",content: url,modal: true,onClose:null,keysClose:null, height:190, width:190});
document.getElementById('sb-nav-close').onclick=function() {return;}
};
-----------------------------------
popUpFunction("images/img-paginaEspera.gif");
o
popUpFunction("webs/espere.jsp");
estoy intentando desabilitar el key de escape , si alguien pudiera darme una manito , GRACIAS |