Click to See Complete Forum and Search --> : Create an EMail link?


screaming_banjo
10-06-2004, 11:46 AM
Sorry if this is a really easy question...I'm very much a beginner!

I have a table that holds contact details, including email addresses, when I display the email address on the screen it doesn't appear as an email link. I tried wrapping it in the HTML email link but it's not working, nothing is displayed now! Here's what I've got:

<a href="mailto: <%= rsRogDetail("rogContactEmail") %>"></a>

Can anyone help?

Thanks!

screaming_banjo
10-06-2004, 11:48 AM
So sorry, premature posting, I've got it now...what an idiot, it should be:

<a href="mailto: <%= rsRogDetail("rogContactEmail") %>"><%= rsRogDetail("rogContactEmail") %></a>

Could a moderator possibly delete this?

Thanks

schizo
10-06-2004, 11:49 AM
Nevermind, see above :)