Hi there,
You can't concatenate the code like you have. Try something like this instead:
Dim Email
If rs.fields("url") = True Then
Response.Write("<td><a href=http://" & rs.fields("url")& " target=""_blank"">" & rs.fields("email")& "</td>")
Else
Response.Write("<td> </td>")
End If
I may have mixed the url and email fields, as I am not sure what you need ware, but I think you'll catch my drift.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|