Matt M. wrote:
I jsut finished converting my pages to be W3C compliant...
One of the recuring 'errors' I had was my form elements were all using the
'name' atrtribute...
apparently, this is bad, and I was suggested to switch them ti use the
'id' attribute...


if you want the info to be posted to the page, it needs the name attribute.

I am sure that the name attribute is w3c compliant for form elements


The name attribute in form elements validates fine for HTML 4.01 Transitional.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to