Joomla Script Change 2
I need a componet of a joomla site (DT Register) changed so when it redirects to paypal it opens in a new window.
This is due to my site running on frames and having url masking.
Note: this is what i got from paypal.
Thank you for contacting PayPal Merchant Technical Support. As we discussed, the button is not working because you are using frames. This is what you currently have: <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”> and you just need to change it to: <form target=”paypal” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
PayPal does not allow the use of our payment pages to be displayed inside of a Frame.