I'm trying to add a hyperlink to a textbox to e-mail addresses. The following will work: (1)mailto:aa@bb.com However, if I want to send it to multiple recipients, and separate them with a comma: (2)mailto:aa@bb.com,cc@dd.comThe hyperlink is no longer active on the textbox. I can add multiple people to the cc and bcc fields like this: (3)mailto:xx@yy.com?cc=zz@aa.com, dd@ff.comIs there any reason RS doesn't like the format in (2), and is there a way around it?
↧