
30/09/2004, 09:26
|
| | | Fecha de Ingreso: septiembre-2004
Mensajes: 7
Antigüedad: 21 años, 1 mes Puntos: 0 | |
| <script>
function MM_Confirmar(msg) {
respuesta = confirm(msg);
if (respuesta == true)
{
pagina="http://localhost/borraregistro.asp?1"
location.href=pagina
}
}
</script> |