04/06/2003, 15:33
|
| | Fecha de Ingreso: febrero-2002 Ubicación: Santiago
Mensajes: 253
Antigüedad: 22 años, 11 meses Puntos: 0 | |
algo asi o no Código PHP: <html>
<head>
<script>
function confirma()
{
var respuesta=confirm("Pulsa un botón");
if (respuesta==true)
alert("Has pulsado ACEPTAR");
else
alert("Has pulsado CANCELAR");
}
</script>
</head>
<body onLoad=confirma();>
</body>
</html>
Aqui te dejo un link http://www.elguruprogramador.com.ar/...torial_js1.asp |