Email Address Hyperlink

F

Flyer

I have several pages displaying results from an access DB, many of the
results are email address's. however I can't find a way to make those email
hyperlinks.... any one have an idea?

Thanks
 
B

Bob Lehmann

<a
href="mailto:<%=rs("your_email_field_name")%>"><%=rs("your_email_field_name"
)%>></a>

You realize, though, that this will be a real spam machine?

Bob Lehmann
 
Top