I have faced a problem to redirect url from paypal continue shopping button to my website. i use the following code to solve this problem
<input type="hidden" name="shopping_url" value="http://www.liveoutsource.com/shop.html">
It's needed when you use custom paypal home page in place of paypal by default home page ie not showing your email address at the top
In this case you need to implement the following two issue...
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="value"> //sample value 9872546
//The value is provided by paypal for the account holder
Regards
Zahid.
