Question about name attribute in HTML <form> tag?

Michael

New member
W3C mentions that name attribute is only for Transitional and Frameset. So if I create a form using Strict DTD, what would I replace name attribute with? Can I refer the element of the form using id attribute in the server-side script?
 
Back
Top