Note that there are some explanatory texts on larger screens.

plurals
  1. POpaypal button problem on IE
    primarykey
    data
    text
    <p>hello In my app I have a PayPal Pay Now button (working on Sandbox mode atm)... it works great on every browser except IE... What is happening? in every browser (FF, Chrome, Opera) when I press on the button it redirects me to the page I want (the page where you pay for the item) but in IE it redirects me to normal login page, not the page in which I have to pay?</p> <p>anyone knows the reason why is that? This is the last thing I have to complete to make my app working.</p> <p>here is my button code: <code><pre> &lt;form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input type="hidden" name="cmd" value="_xclick" /&gt; &lt;input type="hidden" name="business" value="ABCDEFGHXXXX" /&gt; &lt;input type="hidden" name="lc" value="AU"/ &gt; &lt;input type="hidden" name="item_name" value="Item" /&gt; &lt;input type="hidden" name="amount" value="5.00" /&gt; &lt;input type="hidden" name="currency_code" value="USD" /&gt; &lt;input type="hidden" name="button_subtype" value="services" /&gt; &lt;input type="hidden" name="no_note" value="1" /&gt; &lt;input type="hidden" name="no_shipping" value="1" /&gt; &lt;input type="hidden" name="rm" value="1" /&gt; &lt;input type="hidden" name="return" value="http:/www.domain.com/thanks.php" /&gt; &lt;input type="hidden" name="cancel_return" value="http:/www.domain.com/canceled.php" /&gt; &lt;input type="hidden" name="bn" value="PP-BuyNowBF:btn_paynowCC_LG.gif:NonHosted" /&gt; &lt;input type="hidden" name="cbt" value="GO BACK TO XXXXX APP" /&gt; &lt;input type="hidden" name="custom" value="XXXXXXXXXXXXX" /&gt; &lt;input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_AU/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" style="background-color: #fff;" /&gt; &lt;img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_AU/i/scr/pixel.gif" width="1" height="1" /&gt; &lt;/form&gt;</code></pre></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload