Lets say I have a list of users I want to email. The mailto: lets me open up email and it inserts their email address. I want this to be dynamic.
mailto:1@1.com
mailto:2@2.com
mailto:3@3.com
mailto:4@4.com
Example: I click on user 1 & 4 and send and email out. Next time, I click on 2 & 3 and send another email out.
Problem: Right now, every time I click on a user, it opens up a new window. I would be sending out separate emails to user to 1 & 4. What function would I have to use so it does not open up a new email window every time I click on an email. If I click all the users 1 to 4, I want all 4 emails addresses to be in the same window so I am sending out 1 email to all 4 users. Not the other way around.