rv20 Posted May 24, 2009 Share Posted May 24, 2009 As far as i remember the name attr is being phased out for xHTML, does it matter if you use the same name for both name and ID like <input type = "text" name = "t1" id ="t1" /> When you POST it's the "name" that is posted not the ID? But when you getelementbyid it's the id?? how about if you do, document.forms[name/id].elements[name/id].name would that be name or id?? ??? Quote Link to comment https://forums.phpfreaks.com/topic/159482-element-attributes-name-vs-id/ Share on other sites More sharing options...
Ken2k7 Posted May 25, 2009 Share Posted May 25, 2009 It would be name. Quote Link to comment https://forums.phpfreaks.com/topic/159482-element-attributes-name-vs-id/#findComment-841443 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.