urd-sama waste of space | j'ai un autre problème de validation sur un formulaire, ca me fait tout plein d'erreurs! quelqu'un pourrait me donner 2-3 infos?
mon code: Code :
- <form name="login" action="xxx.asp" method="post">
- Login:<br /><input size="10" maxlength="10" name="login" /><br />
- Password:<br /><input size="10" maxlength="10" type="password" name="pass" />
- </form>
|
erreurs: Code :
- Line 68, column 20: there is no attribute "name" (explain...).
- <form name="login" action="xxx.asp" method="post">
- ^
- Line 69, column 12: character data is not allowed here
- Login:<br /><input size="10" maxlength="10" name="login" /><br />
- ^
- Line 69, column 23: document type does not allow element "br" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
- Login:<br /><input size="10" maxlength="10" name="login" /><br />
- ^
- Line 69, column 70: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
- ...><input size="10" maxlength="10" name="login" /><br />
|
ps: pour du xhtml 1.0 Message édité par urd-sama le 06-05-2003 à 10:08:28 ---------------
.: Clône de Drasche .:. Ebichuleys .:. Avec l'Aloe Vera je fais de beaux cacas [:dawa] .: www.oserselancer.com :.
|