FollowThePeacemakers
Programmer
On this "Contact Info" page I have, I'm trying to make mailto work dynamically. FYI: This data is from an Access 2000 database that I'm calling up to a (.asp) "contact info" page (i.e.: name, address, telephone, email, etc). I need the email address column to be dynamic. Like a simple mailto with the email addresses brought in from the database. Here's the code on the page so far and it doesn't work. This code only blanks out the Email column...
<a href="mailto:<%=(rsContactMain.Fields.Item("Email".Value)%>"><%=(rsContactMain.Fields.Item("Email".Value)%></a>
Hmmm, looks like it should work but it doesn't. Any good ideas?
<a href="mailto:<%=(rsContactMain.Fields.Item("Email".Value)%>"><%=(rsContactMain.Fields.Item("Email".Value)%></a>
Hmmm, looks like it should work but it doesn't. Any good ideas?