Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mailto?? 2

Status
Not open for further replies.

NiteCrawlr

Programmer
Mar 16, 2001
140
BR
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=&quot;mailto:user1@serv.com&quot;>User 1</a>
<a href=&quot;mailto:user2@serv.com&quot;>User 2</a>
<a href=&quot;mailto:user3@serv.com&quot;>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
 
A nice and simple one for you...

Just put &quot;$Subject=Test Message&quot; after the e-mail message.

Fatz
 
Hi,
this is what u want

<a href=&quot;mailto:user1@serv.com?Subject=breddy&quot;>User 1</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top