J
|
Jane 10/31/2006 |
Hi, Sub EditOnLoad() str = "select * from TableName where " & where 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>" End Sub
|
P
|
pharaon_98 author 10/31/2006 |
Yahooo! |
C
|
clig 11/26/2006 |
In your *edit.asp page:
|