
04/08/2004, 16:57
|
 | | | Fecha de Ingreso: junio-2002 Ubicación: Córdoba, Argentina
Mensajes: 439
Antigüedad: 22 años, 11 meses Puntos: 2 | |
Hola!
Yo probaria así:
<%
if rs("targ") = True then
tres = "_blank"
else
tres = ""
end if
%>
<%
if Len(rs("link")) > 0 then
response.write "Mas informacion pinche<b><a href='"
response.write rs("link")
response.write "'target='"
response.write tres
response.write "'>AQUI</a></b>"
end if
%>
Espero haberte ayudado.
Un abrazo.
__________________ Sergio |