getURL with target

getURL(url, “paypal”, “POST”);

ok i have a button that when clicked it adds an item to a paypal cart.
that works fine.

the issue is in safari it opens a new window everytime the button is clicked.

if the paypal window is already open it should reload and update the paypal window

works in other browsers but not safari any suggestions?