Ver Mensaje Individual
  #10 (permalink)  
Antiguo 14/09/2010, 11:53
anarchy9902
 
Fecha de Ingreso: abril-2005
Mensajes: 5
Antigüedad: 19 años
Puntos: 0
De acuerdo 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