
18/12/2006, 16:25
|
 | | | Fecha de Ingreso: junio-2004 Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Re: Mensaje Confirm C# JScript function GetConfirmFunction() {
if(confirm("Confirme el envio"))
{
__doPostBack("ButtonSubmit","");
} } |