From: David <da...@df...> - 2004-02-26 10:02:15
|
Hello, the name attribute for the form tag is only allowed in XHTML 1.0 transitional. (for backward compability) Starting with XHTML 1.0 strict, the attrbibute is not allowed anymore. We should use id instead of name to identify forms. - david |