Forums

ASP

This topic is locked

response write Url or e-mail__Urgent tnx

Posted 10 Dec 2002 21:31:42
1
has voted
10 Dec 2002 21:31:42 Rachid Abo posted:
I have url's and e-mail adresses stored in my database, how can i make the url or the e-mail clickable when they are displayed on my webpage. For the moment i can only see the adresses but i can't click on them

tnx,


[UltraDev][Flash5][Acces][MySql][Photoshop]

Edited by - scoorprachid on 10 Dec 2002 21:35:28

Replies

Replied 11 Dec 2002 09:44:50
11 Dec 2002 09:44:50 Vince Baker replied:
When you display the link on the page I assume the code will look something like the following:

<%=recordsetname.fields.item("field_name".value%>

Copy the code that is placed on the page and then paste it into the link box in the properties window.

This will make the link dynamic.

Regards
Vince

Response.write("The best line of code you can ever use"

VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 11 Dec 2002 21:20:06
11 Dec 2002 21:20:06 Rachid Abo replied:
Dear Bakerv,

It seems to work for the url's, you're unbelievable, conserning the e-mails link i wrote "mailto:" in the properties window folowed by <%=recordsetname.fields.item("email".value%> so the e-mail link does work.

many tnk <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

You're the man. see ya later.



[UltraDev][Flash5][Acces][MySql][Photoshop]

Reply to this topic