Forums
This topic is locked
link in an email returning values
Posted 02 May 2003 21:10:15
1
has voted
02 May 2003 21:10:15 Richard Krawczak posted:
Hi there,Trying to construct an email that sends some confirmation information regarding an order they placed earlier on my site.
When they click the link in the received email, variables fastened to the URL with an “?”, are send back to the site to a specific file.asp that will process the received variables further one.
I’ve tried to solve this problem by using CDO and making my email HTML compliant giving a Mail and Body Format equals 0 . Then making an “a href” including the 3 variables with an “&” to link back to that specific asp on my site that will do the processing..
But I can’t seem to make it work. Can anyone tell me what is wrong with the syntax I use? Tis code resides in the mail.body of the mail which is send to the customer
"<a href = 'molk.nl/hoofdmap/confirm.asp & "?" & valid = "true" & id = rs_email("Klant_Id" & email= rs_email("Email"'>Klik hier om uw order te bevestigen </a>"
Edited by - Jumping Jack Flash on 03 May 2003 11:32:33
Edited by - Jumping Jack Flash on 03 May 2003 11:35:07