Sorry for my lack of knowledge, but what is a url encode? Here is the full URL that I am trying to redirect to:
https://www.paypal.com/xclick/business=cmn%........
If you just copy this URL into the Address line of the browser it works just fine or click on it above... but after the redirect gets done with it it looks like this
https://www.paypal.com/xclick/business%3Dcmn%.......
I tried using a Server.urlEnclode("url") but got even worse results... I really need some help with since I am getting short on time to make this work. Please HELP!
Edited by IDArcher