Hi,
I am using the below code to cancel subscription (For recurring payment) and following "https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_buttons/#id08ADF700X44" URL to cancel subcription. but paypal is unable to rediect in my website.
<A HREF="https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=WBN695YDT3DTLJ> <IMG SRC="https://www.sandbox.paypal.com/en_US/i/btn/btn_unsubscribe_LG.gif" BORDER="0"> </A>
and also implemented "<A HREF="https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=WBN695YDT3DLJ&return=http://localhost:8340/Reports.aspx&cancel_return=http://localhost:8340/Default.aspx"><IMG SRC="https://www.sandbox.paypal.com/en_ ...

Go to the complete details ...