database data into email link 
Author Message
 database data into email link

How do you turn data from a database into an email link?

code I have now:
Response.Write "<TD WIDTH=25> <a href=" & chr(34) & "mailto:" & rs("username")

since this is part of a table
i'm trying to create a table from a database, then have a link to the username
who submitted the entry.. any ideas?!?!

Thanks



Mon, 30 Dec 2002 03:00:00 GMT  
 database data into email link

Response.Write "<TD WIDTH=25><A HREF=""mailto:" & rs("username") &


How do you turn data from a database into an email link?

code I have now:
Response.Write "<TD WIDTH=25> <a href=" & chr(34) & "mailto:" &
rs("username")

since this is part of a table
i'm trying to create a table from a database, then have a link to the
username
who submitted the entry.. any ideas?!?!

Thanks



Mon, 30 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Send email with data from new database record

2. storing and emailing database data

3. Using Data from a Foxpro 3.0 DBC linked databases

4. VB5 Database Link Table w/Data Manager--How?

5. using data link with password protected access database

6. Email Data from Excel through Email.

7. How to link to Database linked forms ?

8. Linking Access Database to telephone so reconizes Number from Database

9. VB6 Data Enviroment, Link 2 MDB data.

10. VB6 Data Enviroment, Link 2 MDB data.

11. Data Environment and Data Links

12. Data Environment / Data Link

 

 
Powered by phpBB® Forum Software