Ver Mensaje Individual
  #9 (permalink)  
Antiguo 30/09/2004, 09:26
Mountwer
 
Fecha de Ingreso: septiembre-2004
Mensajes: 7
Antigüedad: 20 años, 4 meses
Puntos: 0
<script>

function MM_Confirmar(msg) {
respuesta = confirm(msg);
if (respuesta == true)
{
pagina="http://localhost/borraregistro.asp?1"
location.href=pagina
}
}

</script>