Hello below is a line of vbscript that takes the mail attribute from Active Directory and displays it on an Active Server Page as the users name (someone@myworld.com)in a column.
Does anyone know the correct syntax that would, take the mail attribute and pass it to the mailto: command
my goal is to have all the names displayed in the colums as a hyperlink that will open the mail program and insert the users name.
Thanks for taking time to read this
Response.Write "<TD>" & _
adoRecordSet.Fields ("mail"
&"</TD>"
Does anyone know the correct syntax that would, take the mail attribute and pass it to the mailto: command
my goal is to have all the names displayed in the colums as a hyperlink that will open the mail program and insert the users name.
Thanks for taking time to read this
Response.Write "<TD>" & _
adoRecordSet.Fields ("mail"