Link to home
Start Free TrialLog in
Avatar of Loganathan Natarajan
Loganathan NatarajanFlag for India

asked on

Paypal trasaction ,automatic redirection

i have enabled IPN in my paypal account
i have set the below code in my paypal process

i got the information from paypal after the payment transaction

but thing is unless i click the button from paypal it is not redirect to the merchant site.

i want it be redirected automatically from paypal to merchant site

please help me out in the problem?
<input type='hidden' name='rm' value='2'>
<input type='hidden' name='return' value='http://www.test.com/returnpage.php'>

Open in new window

Avatar of Sander Stad
Sander Stad
Flag of Netherlands image

You could create a meta refresh. Than your customer will automatically be forwarded to the given address. It looks like this:

<meta http-equiv="refresh" content="10; URL=http://www.yourwebsite.com/" />

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@logudotcom: Please see the page here about grading.  I gave you the EXACT information you need to move forward, yet you marked my solution down to a "B" without any explanation or dialog at all?? What did I do wrong?  I cannot go into your PayPal account and make the settings for you!

https://www.experts-exchange.com/help.jsp#hi403

Please correct this.  Thanks, ~Ray
Avatar of Loganathan Natarajan

ASKER

Sorry Ray,

How to modify this question?
Thanks for your consideration.  At the bottom of the original post, on the right, there is a "request attention" button.  Just click that and say, "Please change grade" - a moderator will take care of it.

Appreciate it, ~Ray
i tried, it says that already requested
Thanks to all, best.. ~Ray