PayPal Button Gets Different REsults in IE & FF... What's Wrong?

3 replies
I have a hand coded Paypal button that works fine in Firefox, but will not when my buyer uses Internet Explorer. Why?

Here's the code.

Code:
<form style="text-align: center;" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_xclick-subscriptions" />
<input name="business" type="hidden" value="me@my-domain.com" />
<input name="item_name" type="hidden" value="New Training"/>
<input name="item_number" type="hidden" value="1253570141" />
<input name="currency_code" type="hidden" value="USD" />
<input name="return" type="hidden" value="http://my-salesdomain.com/index.php/register/NYpvz1" />
<input name="a1" type="hidden" value="7" />
<input name="p1" type="hidden" value="2" />
<input name="t1" type="hidden" value="M"
<input name="a3" type="hidden" value="47" />
<input name="p3" type="hidden" value="1" />
<input name="t3" type="hidden" value="M" />
<input name="rm" type="hidden" value="2" />
<input name="notify_url" type="hidden" value="http://my-salesdomain.com/ipn_relay/ipnrelay.php" />
<input name="custom" type="hidden" value="11.22.33.44" />
<input name="src" type="hidden" value="1" />
<input name="no_note" type="hidden" value="1" />
<input name="submit" src="http://my-salesdomain.com/wp-content/uploads/2009/09/enroll.jpg" type="image" value="submit" />
</form>
Anyone here that can help me?

Thanks in advance.
Kirk
#button #paypal #results #wrong
  • Profile picture of the author HomeComputerGames
    It looks like this tag is open

    <input name="t1" type="hidden" value="M"
    Signature

    yes, I am....

    {{ DiscussionBoard.errors[1207797].message }}
  • Profile picture of the author Kirk Ward
    Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You!

    I tried clicking Allen's "Thank You" button more than once, but it didn't let me. I want you to change your user name from "HomeComputerGames" to "HomeComputerGod."

    Did I say Thank You?

    FYI ... I accidentally had a carriage return in that spot in Wordpress, so Wordpress "helped" my formatting by inserting a line break in where the carriage return was. When I reviewed and saw that, I removed the <br /> but didn't check for another error caused by that carriage return and correction.

    Thank you.
    Kirk

    PS ... I hope you understand I am extremely thankful.

    PPS - I guess part of it is that old folks also get half blind.
    Signature
    "We are not here to sell a parcel of boilers and vats, but the potentiality of growing rich beyond the dreams of avarice."

    Dr. Samuel Johnson (Presiding at the sale of Thrales brewery, London, 1781)
    {{ DiscussionBoard.errors[1207845].message }}
  • Profile picture of the author HomeComputerGames
    LOL, you are most welcome.
    I'm one of the old folks too...the image in my portfolio is about 10 years old I think
    Didn't have another one at the time I was setting it up so just left it.
    Signature

    yes, I am....

    {{ DiscussionBoard.errors[1207867].message }}

Trending Topics