Posted on: 3/30/2011 9:55:26 AM | Views : 1152

Hi,
I want to pass email addresses between pages so they can't be captured by bots. Page1 has people's names within paragraph texts and imagemaps. I'd like users to be able to click on the name or imagemap, taking them to a form (page2) to send that person an email.

example
page1:

Paragraph of text mentioning [link]Jim[/link] and why you should contact him, next to an imagemap linked the same way.
More paragraphs mentioning other people who can be contacted the same way.

page2:
[h3]Contact Jim[/h3] (Jim's name is also passed from page1.)
Contact Form
[Submit] Sends Jim an email
I've looked at session variables, query strings and using "sName = Context.Items("UserName").ToString". That last one seems only usable with aspx. I'm not up with aspx, have limited understanding of vb and want to avoid js.

All suggestions gratefully received.
Thanks
[Edited for typos]

Go to the complete details ...