I have a paypal standard button (buy now) created by the paypal wizard that submits to a new window(tab) via <form target="_new" [...]>
. In IE and Firefox it works ok, but in webkit browsers (like chrome and safari) it doesn't make a new window.
The form is in a modal window created by fancybox. Is it a webkit bug or something messed up in code?