cjl wrote:
> T 'PE' L:
Proper attribution should help to quickly identify the author of the
quoted material. Therefore, using initials for it is counterproductive.
>> There is nothing wrong in naming form controls the same, not even if
>> they have the same parent `form' element; the element objects will
>> be properly represented in a HTMLCollection. However, it complicates
>> accessing the respective element objects via the DOM if the parent
>> `form' element is the same; so in this case, iff(!) not needed, it
>> should be avoided.
>
> I probably don't need to, but it does make my javascript easier to
> write because the input from either form is run through the same
> functions, sliced and diced, etc.
The condition in my last sentence was "if the parent `form' element
is the same". Since that does not apply here, your approach will not
complicate matters.
PointedEars
|