I have a page that searches a database for members.
I want to allow users to email a member found in the search, but without divulging the members email address.
I was thinking I would include a "Contact" link in each row and program the link to open a new winsow with the mail form. I assume I need to pass the email address from the search results to the mail form, probably with a hidden field. But how do I get the right value in the hidden field based upon which link I click?
And is there a better/easier way to do what I want? One perhaps that will eliminate having the email address visible in the source code?
Thanks in advance!