using getElementsByName() together with document.getElementById() or alternative approach?
I am trying to find all HTML tags with a specific name “name” inside an element with a specific id.
I am trying to find all HTML tags with a specific name “name” inside an element with a specific id.