[thelist] Mailto:

Scott Dexter sgd at ti3.com
Tue May 29 15:52:25 CDT 2001


 
> response.write "<tr>" &"<td>" &"<a
> href=mailto:'&(RSUser('email'))'>"&(RSUser("email")) &"</a>" &"</td>"
> &"</tr>"

not quite quoted properly; try (all one line):

response.write "<tr><td><a
href=""mailto:"&RSuser("email")&""">"&RSUser("email")&"</a></td></tr>"

sgd




More information about the thelist mailing list