evanofthecosmos
New member
Ok so I'm trying to turn this into a hyperlink and can't figure out how
mailBody = mailBody & "<br>Customer's ID: https://ssl.website.com/"&Request.QueryString("cust_ID")
this is on an ASP page that is sending out a mail. and pulling the cust_ID from a quierystring. Any help would be much appreciated
mailBody = mailBody & "<br>Customer's ID: https://ssl.website.com/"&Request.QueryString("cust_ID")
this is on an ASP page that is sending out a mail. and pulling the cust_ID from a quierystring. Any help would be much appreciated