<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-10-10 3:36 GMT-05:00 Dave Cross <span dir="ltr"><<a href="mailto:dave@dave.org.uk" target="_blank">dave@dave.org.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 09/10/15 22:32, Richard Reina wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
<br>
2015-10-09 16:12 GMT-05:00 Christian Huldt <<a href="mailto:christian@solvare.se" target="_blank">christian@solvare.se</a><br></span>
<mailto:<a href="mailto:christian@solvare.se" target="_blank">christian@solvare.se</a>>>:<span class=""><br>
<br>
    To me, that seems to be able to add several tags with the same id - I<br>
    think that is harmful...<br>
<br></span><span class="">
I don't think it adds the tags with the same name<br>
</span></blockquote>
<br>
Hi didn't say "name", he said "id". Names and IDs are different things in HTML. IDs have far stricter rules than names.<div class=""><div class="h5"><br>
<br>
Dave...<br>
<br>
-- <br>
Dave Cross :: <a href="mailto:dave@dave.org.uk" target="_blank">dave@dave.org.uk</a><br>
<a href="http://dave.org.uk/" rel="noreferrer" target="_blank">http://dave.org.uk/</a><br>
@davorg<br></div></div></blockquote><div><br></div><div>Hello all,<br><br></div><div>Sorry for the tardy reply. Dave, thank you for your insightful advice. It was your observation that p_scnt jumps to 2 that helped me to capture the email addresses with the following code:<br> <br>my $i = 2;<br>    my @recipients = param('p_scnt');<br>    my $recipient;<br>    my $sbj = param('sbj'); <br>    my $msg = param('edited_msg');<br>    <br>    while (param("p_scnt_$i")) {<br>    <br>        push(@recipients, param("p_scnt_$i"));<br>        $i++;<br>    <br>    }<br>        <br></div><div>I did not modified the JS code so that it generates multiple IDs -- I simply left it as is. This works for my needs because these email address are merely being captured, validated and then used to send an email announcement by the user -- they are not being saved or otherwise processed in any other way. As long as it works is it okay not to fix it?<br><br></div><div>Thanks  <br></div><div><br><br></div><div><br> <br></div></div></div></div>