Hi
can you help - Using Adv Mail - I'm trying to pass a cookie in the url based on the stage a process is at, in the "redirect to" using adv mail I've asked the url to add the cookie so the line generated by advmail looks like this
editRedirectUrl = "../../emailer/emailjumper.asp?emailertype=" + Request.Cookies("ck_nextfase") + ""
Whenever it runs it never appends the request.cookies code. I've tried modifying it to use & but it still doesn't work can you advice? I've also tried adding any code after the =" but nothing ever gets passed in the url the final result is always /emailjumper.asp?emailertype= thanks
Mark
|
|
|