Hola, No me pasa la validacion de XHTML esta sentencia donde llamo al metodo post para un formulario, alguien sabe como es la sintaxis para que haga lo mismo y pase la validación?, gracias.
Saludos.
| ||||
perdon....este Error Line 48 column 18: value of attribute "method" cannot be "POST"; must be one of "get", "post". <form method="POST" action="../envia.php"> The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the |
| ||||
Otra cosilla OskarL de este mismo formuario uso el tag input para pasar un tipo determinado de dato y al pasar la validacion me da error de que no ta cerrado, he probado con </input> y nada o seria con </input text> en el caso de que fuera texto? el fallo es este Error Line 48 column 159: end tag for "input" omitted, but OMITTAG NO was specified. ...su Nombre"id="Nombre" size="44" ></td> You may have neglected to close an element, or perhaps |
| ||||
para el imput podés usar el cerrado abreviado... <input type="text" name="name" />
__________________ Pasamos tus PSD a HTML Pobre del que lo sabe todo, porque no tiene nada más que aprender ni razón para vivir. - |