Tema: Mail to
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/02/2003, 11:29
webpedaler
 
Fecha de Ingreso: mayo-2001
Mensajes: 87
Antigüedad: 24 años, 1 mes
Puntos: 0
Prueba con esta modificacion


do while rs.eof=false
response.write (rs("Nombre"))
response.write ("<br>")


%> </td>
<td> </td>
<td valign="top">
<%

response.write( "<a href='Mailto: "
response.write (rs("Cta_Mail") & " '>")
response.write(rs("Cta_Mail") & "</a>")
response.write ("<br>")
rs.movenext
loop

%>