What is the difference between the id and name attributes? They both seem to serve the same purpose of providing an identifier.
id
name
I would lik
This link has answers to the same basic question, but basically, id is used for scripting identification and name is for server-side.
http://www.velocityreviews.com/forums/t115115-id-vs-name-attribute-for-html-controls.html