Forums
This topic is locked
Links - Chat
Posted 31 Aug 2001 20:41:03
1
has voted
31 Aug 2001 20:41:03 Jean Marc matjmc posted:
Hello !I would like to know if there is a way to convert text links (in database ) to url where customers can click on ?
I would like to know if there's a soution to create a chat with asp ?
Thank you for your answer
Replies
Replied 31 Aug 2001 23:05:05
31 Aug 2001 23:05:05 Owen Eastwick replied:
Just make the link the Dynamic Text from the Database like this:
<a href="<%=(YourRecordsetName.Fields.Item("YourURLField".Value)%>"><%=(YourRecordsetName.Fields.Item("YourURLField".Value)%></a>
Regards
Owen.
www.tdsf.co.uk/tdsfdemo
<a href="<%=(YourRecordsetName.Fields.Item("YourURLField".Value)%>"><%=(YourRecordsetName.Fields.Item("YourURLField".Value)%></a>
Regards
Owen.
www.tdsf.co.uk/tdsfdemo