page / paypal related

C++, C#, Java, PHP, ect...
Post Reply
tomtefan
Posts: 46
Joined: Tue Jun 22, 2010 12:46 pm

page / paypal related

Post by tomtefan »

Elo ppl.

I need a little help on my homepage.

http://eldain-tatoo.dyndns.org/

under picture. and if you hit picture nr: 1

you can see my first pay button.

but when i use it. it will not open the window to max. so people can not see the bottom of that pay pal page.

so they can not confirm OR cancel the payment.


any ideas ?
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: page / paypal related

Post by Chris »

In the form tag put target="_blank".

Code: Select all

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
Fighting for peace is declaring war on war. If you want peace be peaceful.
tomtefan
Posts: 46
Joined: Tue Jun 22, 2010 12:46 pm

Re: page / paypal related

Post by tomtefan »

ahh. open new window. it works.

ty chris =)
Post Reply

Return to “Coding”