
24/09/2009, 09:43
|
| | Fecha de Ingreso: agosto-2009
Mensajes: 9
Antigüedad: 15 años, 6 meses Puntos: 0 | |
Respuesta: Trabajar con pantallas emergentes con botones... Despues de rayarme mucho lo he conseguido:
function eventoOnDblClick(oSpread)
{
if (document.readyState=="complete")
{
//alfert("aaaaaa");
var disenho="dialogHeight: " + 400 + "px; dialogWidth: " + 1000 + "px; dialogTop: " + 150 + "px; dialogLeft: " + 150 + "px; edge: sunken; center: no; help: no; resizable: no; status: no;";
window.showModalDialog('/Mantenimientos/MtoValidationSigningEmergente.aspx?tarjeta=' + oSpread.GetValue(oSpread.ActiveRow, 0),'', disenho);
}
}
Si no queda muy claro me preguntais lo que necesitais o no entenddeis..
FLIPO CON ESTE FORO: 116 VISITAS Y NI UNA RESPUESTA, NI SIQUIERA UN AGRADECIMIENTO POR LA RESPUESTA QUE AÑADÍ FINALMENTE YO....
VAYA BASURA DE FORO(YA VERÁS Q RAPIDO BORRAIS ESTO....)
Última edición por elesdi; 30/09/2009 a las 05:54 |