
- Forum
- Web Development
- HTML & CSS How to identify duplicate form elements with same name in a funcation????
-
How to identify duplicate form elements with same name in a funcation????
-
Junior Member
Re: How to identify duplicate form elements with same name in a funcation????
Hi,
When you name/id two or more HTML elements with the same name/identifier, the corresponding JavaScript objects are put into an array of that name, so they can be handled as a group. Why use the same names? Only a few types of elements are designed to be used in groups (radio buttons, e.g.). Identifiers should be unique.

Karthik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules