internet explorer - View Cart works in Chrome and Firefox but not IE -


i have paypal add cart , view cart buttons on website i'm building. add cart works fine in chrome, firefox , ie. view cart works in chrome , firefox, not ie. i'm using ie 10 on windows 7, wampserver proving localhost. paypal functions executed real, not using sandbox, genuine paypal accounts. ideas? thanks.

try using instead:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="sulalor@eircom.net"> <input type="hidden" name="display" value="1"> <input type="hidden" name="shopping_url" value="localhost/bwb/index.html"> <input type="image" src="https://www.paypal.com/en_us/i/btn/btn_viewcart_lg.gif" border="0"  name="submit" alt="paypal - safer, easier way pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_us/i/scr/pixel.gif" width="1" height="1"> </form> 

using localhost site may cause little problem return site shouldn't prevent working @ all.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -