este es el codigo:
Código:
no se puede incluir archivos de esta forma? como lo tengo que hacer si es posible? <HTML> <HEAD> <link rel="stylesheet" type="text/css" href="FormsCSS.css"> <script type="text/javascript" src="scrvalidacion.js"></script> </HEAD> <BODY> <H3>Datos registro</H3> <form action="jejejejeje.php" method="post" name="registro" onSubmit="return validacion()";> <label for="nombre"> Nombre </label> <input type="text" name="nombre" size="15" id="nombre" value=""><br/> <label for="apellidos">Apellidos </label> <input type="text" name="apellidos" size="25"><BR/> <label for="email"> Mail </label> <input type="text" name="mail" size="20"><BR/> <label for="confmail"> Confirma Mail </label> <input type="text" name="confmail" size="20"><BR/> <label for="pass"> Password </label> <input type="password" name="pass" size="10"><BR/> <label for="confpass">Confirma Password </label> <input type="password" name="confpass" size="10"><BR/> <input type="submit" name="enviar" value="Registrarse"> </form> </BODY> </HTML>