Donate button not working in Internet Explorer

Smith2010
Contributor
Contributor

Greetings, I'd like to add a donate button to my html page but the script will not work in IE. It works fine in Firefox but for some reason IE can't handle it. Here is the url http://aleader4life.com/support2.html . I appreciate any help you can give me with this. Thanks.

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

skier
Advisor
Advisor

You're using Frames in your web site design. For security reasons, PayPal does not allow the use of their payment pages to be displayed inside of a Frame. When a PayPal page is displayed in a Frame, it is unsecure causing it to time out and/or be blocked.

You can fix this by simply adding target="paypal" in the <form action> tag of the HTML code. This will prevent the PayPal payment page from being displayed in a Frame.

 

 

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">

 

 

 

Regards,

 

skier

View solution in original post

Login to Me Too
5 REPLIES 5
Solved

skier
Advisor
Advisor

You're using Frames in your web site design. For security reasons, PayPal does not allow the use of their payment pages to be displayed inside of a Frame. When a PayPal page is displayed in a Frame, it is unsecure causing it to time out and/or be blocked.

You can fix this by simply adding target="paypal" in the <form action> tag of the HTML code. This will prevent the PayPal payment page from being displayed in a Frame.

 

 

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">

 

 

 

Regards,

 

skier

Login to Me Too

Smith2010
Contributor
Contributor

Thank you... That worked.

Login to Me Too

Flor-Delicia
Contributor
Contributor

Skier,

 

You rock. Thanks for helping others. Can you please helpme with my similar problem?

 

My "buy it now" buttons (in Spanish) are working on every major browser except IE8. I do not have frames. But I do have a forwarded (and masked URL) site. In other words the site my customer type in is

www.flordelicia.com

 

 

But as you can see that redirects to

d1111823.domain.com/Compra2.html

The name "flordelicia.com" remains in the address bar but the customer is actually on the hosted page. The first page, flordelicia, does have frames but there is no code for anything paypal related.

 

Any light you can shed would be greatly appreciated.

 

Thanks

 

- Greg

 

 

Login to Me Too

skier
Advisor
Advisor

Your issue is NOT a PayPal Problem but, the design of your web site.

 

Regards,

 

skier

Login to Me Too

bryz
New Community Member

@skier:  was having same problem, inserted your code, perfect fix.  thanks!

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.