|
|
Sergey Kornilov admin 10/30/2007 |
|
Here is the code that works. Make sure you put real table and field names there. str = "select * from Cars where ID = " & Request("editid1") Set rsTemp = server.CreateObject("ADODB.Recordset") rsTemp.open str, dbConnection Response.write "<a href=""mailto:" & rsTemp("Email") & "?subject=Yoursubject&body=yourbody "">Click to send record info!</a>" |
|
|
N
|
nickb author 10/31/2007 |
|
thanks a lot. It did work. |
|
|
|
Sergey Kornilov admin 10/31/2007 |
|
You need to explain what exactly didn't work and where I can see it. |
|
|
N
|
nickb author 10/31/2007 |
|
I get an error |
|
|
N
|
nickb author 10/31/2007 |
|
basically what i want to do is to replace the text : Click to send record info! by the image _../../Images/email.jpg_ |
|
|
|
Sergey Kornilov admin 10/31/2007 |
|
Sure, this can be done. |
|
|
N
|
nickb author 10/31/2007 |
|
I have done it but when it comes to verifying my email (by clicking the link in your email) this is what i get : |
|
|
|
Sergey Kornilov admin 10/31/2007 |
|
This is an automated email which I have no idea what account is yours. |
|
|
N
|
nickb author 10/31/2007 |
|
Posted at support@xlinesoft.com |
|
|
|
Sergey Kornilov admin 11/1/2007 |
|
Answered to your email. |
|