Hello all,
<input type="image" src="images/pay-now-pp.gif" alt="Pay with PayPal" onClick="SetCookie ('NumberOrdered', 0, null, '/');document.location=('redirect.html')">
I use the above code to submit a shopping cart total to PayPal and then redirect to a thank you page. It works fine in IE and FireFox.
In Chrome, it will send the cart contents to PayPal but will not redirect to the thank you page.
I have tried window.location, window.open, window.location.href= but none of them work in Chrome.
Any suggestions???
Thanks,
missileman



Reply With Quote
Bookmarks