Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/12/2006, 16:25
Avatar de splinter
splinter
 
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: Mensaje Confirm C# JScript

function GetConfirmFunction()
{
if(confirm("Confirme el envio"))
{
__doPostBack("ButtonSubmit","");
}
}