NiteCrawlr
Programmer
Hi,
This must be an easy problem to solve but I don't know how to do it:
I have a html page where there are some links like
<a href="mailto:user1@serv.com">User 1</a>
<a href="mailto:user2@serv.com">User 2</a>
<a href="mailto:user3@serv.com">User 3</a>
What I want to do is, when I click on User 1, when the new e-mail window opens up, I want the subject field to be already filled, something like this:
To: user1@serv.com
Subject: This is only a test to User 1
and when I click on User 2 I want it to look like this:
To: user2@serv.com
Subject: This is only a test to User 2
and so on.
Thanks
Frederico
This must be an easy problem to solve but I don't know how to do it:
I have a html page where there are some links like
<a href="mailto:user1@serv.com">User 1</a>
<a href="mailto:user2@serv.com">User 2</a>
<a href="mailto:user3@serv.com">User 3</a>
What I want to do is, when I click on User 1, when the new e-mail window opens up, I want the subject field to be already filled, something like this:
To: user1@serv.com
Subject: This is only a test to User 1
and when I click on User 2 I want it to look like this:
To: user2@serv.com
Subject: This is only a test to User 2
and so on.
Thanks
Frederico