![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I've created table within a member search page linked to an Access DB. From the DB I extract the variables for Name, Address, Telephone number etc, and all works well. From the same database and within the same table I extract the members web and email address. Without using any addional code (like so: :<%=(rsResults.Fields.Item("mlemail").Value)%> ) this shows up on the results page, but in order to make the links active I've added '<a href="mailto:' and a closing </a> tag like so: a href="mailto:<%=(rsResults.Fields.Item("mlemail"). Value)%>"><%=(rsResults.Fields .Item("mlemail").Value)%></a and for the web address a href="<%=(rsResults.Fields.Item("mlWebsite").Value )%>" target="_blank"><%=(rsResults.Fields.Item("mlWebsi te").Value)%></a and yet the result from this shows an empty blank field in the table, why is it that by adding the extra code the result appears to be invisiable? |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |