dcovell
|
| Posted: 02/26/2003, 10:52 PM |
|
I have a project in CodeChargeStudio and want to make the email addresses in my table links with the format mailto:{email}.
If I use the create link the closest I can get without manually changing the code is user@host.net"">http://host/site/page.asp?email="user@host.net"
Please help. I'm fairly new to coding in general especially ASP.
Thanks!
|
|
|
 |
Nitedula
|
| Posted: 02/27/2003, 1:24 AM |
|
you have to set it by hand :
right click on the link / <A> properties / set "{link_src}" to "mailto:{link_src}"
set preserve Parameters to NONE
that should work (worked for me) !!!
|
|
|
 |
dcovell
|
| Posted: 02/27/2003, 12:43 PM |
|
I did that and it adds the email: to the front of the link. Now I have...
mailto:page.asp?email="user@host.net"
Getting closer but I want it to say...
mailto:user@host.net
|
|
|
 |
dcovell
|
| Posted: 02/27/2003, 6:28 PM |
|
Ok like I said I'm a bit of a newbie. I just needed to change the href type to database and select email from the list (the field with the email address). It all works good now, thank you Nitedula for your help.
|
|
|
 |