Re: [VE] [108] Error Message Feedback

On Wed, 23 Feb 2005, Daniel Germer wrote:

> Line 38, column 11: there is no attribute "name"
>
> <form name='login_form' action='' enctype='multipart/form-data' method='post'>

You have probable declared an HTML 4.0 document type; use HTML 4.01
instead. (HTML 4.0 did not allow a name attribute in a form element.)
Alternatively, remove the name attribute. There's always some other
way to refer to the form in JavaScript.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

Received on Thursday, 3 March 2005 07:39:26 UTC