Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

RinaldFN

Atributo name no Form

Recommended Posts

Olá a todos.

 

Estou tentando validar meu site em xhtml 1.1 mas está dando erro no meu formulário.

 

O xhtml 1.1 aceita o atributo name no form? Acredito que seja isso a causa do erro.

 

Meu form está assim:

<form action="enviar.php"  method="post" id="formulario"   onsubmit="return validaForm()" class="formulario">

Eu preciso usar o name para validar o form com java script.

 

 

Tem alguma solução?

 

Obrigado.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Passe o link do site ou informe que erro está dando e qual a linha do erro.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá Pessoal,

 

O link é este:

 

 

Quando eu tirei o atributo name passou na validação, mas quando coloco da erro.

 

O erro é este:link site

 

 

Line 77 column 31: there is no attribute "name".

 

 

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Valeu bruno, foi isso mesmo. Mas como que vou usar minha função javaScript para não postar em branco? A referência da função é o name do form.Aproveitando o gancho, alguem poderia me dizer qual é a maior diferença entre o xhtml 1.1 e o 1.0 ?

Compartilhar este post


Link para o post
Compartilhar em outros sites

utilize o getElementById... ;)

 

o 1.0 eh para quem está começando e aceita alguns elementos a atributos, o 1.1 é totalmente radical e não aceita qualquer tipo de erro ou atributo, tags q jah estejam obsoletas... eh mais avançada e mais chatinha... http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

 

qq dúvida ou esclarecimento maior, ve lah no site da w3c... http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.