# Paypal "continue shopping" button

**URL:** https://forum.kirupa.com/t/paypal-continue-shopping-button/189847
**Category:** flash
**Created:** [June 6, 2006, 5:52pm UTC](https://forum.kirupa.com/t/paypal-continue-shopping-button/189847 "2006-06-06T17:52:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![eyal51](https://avatars.discourse-cdn.com/v4/letter/e/df705f/32.png) [@eyal51](https://forum.kirupa.com/u/eyal51)
#### Post date: [June 6, 2006, 5:52pm UTC](https://forum.kirupa.com/t/paypal-continue-shopping-button/189847/1 "2006-06-06T17:52:44Z")

</div>

Hi,

I built a site that contains xml dynamic gallery with buttons for each image to purchase with paypal.

Everything is great, However I would like to add a “continue shopping” button upon the paypal page that opens up… - that button should take the paypal page backwards and bring the site forward.

When I asked for Paypal support how to do that they reply:  
[FONT=Times New Roman][SIZE=3]

> 

[FONT=Times New Roman][SIZE=3]Thank you for contacting PayPal Merchant Technical Support.

Are you using PayPal’s Shopping Cart?

If so then make sure to add target=“paypal” to the beginning \<form\> tag of all of your ‘Add to Cart’ buttons.

For example:

\<form target=" paypal" action=“[[U][COLOR=#800080] https://www.paypal.com/cgi-bin/webscr [/COLOR][/U]](https://www.paypal.com/cgi-bin/webscr)” method=“post”\>

The way it is designed when the customer clicks on the ‘Continue Shopping’ button it will not close shopping cart page but just puts it in the back ground.  
[/SIZE][/FONT]

Well, I think I’m using paypal card (???)

And I am sending the parameter target=“paypal” like this:  
myData.send(“[https://www.paypal.com/cgi-bin/webscr](https://www.paypal.com/cgi-bin/webscr)”, myData, “POST”);  
or this  
myData.send(“[https://www.paypal.com/cgi-bin/webscr](https://www.paypal.com/cgi-bin/webscr)”, “paypal”, “POST”);

And it doesn’t work (I mean the button won’t show up)…

Can anyone assist please??

Thanks in advance,

Eyal.[/SIZE][/FONT]
