24/10/2007, 10:31
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 11 meses Puntos: 61 | |
Re: CArgar una Pagina htm¿?¿? Bien, no te preocupes que es sencillo. Ponlo así:
Código:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
var exito="";
var ite =1;
function Valida()
{
if ((theday == 1) || (theday== 7) || (fechaFestiva == 1))
{
alert("Error ,Dia Festivo");
return false;
//break;
}
}
</SCRIPT>
</head>
<body >
<form name="formulario" method="post" action ="otra_pagina.htm" onsubmit = "return Valida()">
<input type="submit" name="submit" value="Aceptar" >
</form>
</body>
</html>
Un saludo!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |