Posted by J.O. Aho on 03/22/07 15:39
stax wrote:
> Hello,
> a PayPal button is typically a image, is it possible to use a real button?
>
> thx
> stax
>
> This is the typical markup:
>
> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
> <input type="hidden" name="cmd" value="_xclick">
> <input type="hidden" name="business" value="frank_skare@yahoo.de">
> <input type="hidden" name="item_name" value="StaxRip donation">
> <input type="hidden" name="no_shipping" value="1">
> <input type="hidden" name="currency_code" value="EUR">
> <input type="hidden" name="tax" value="0">
> <input type="hidden" name="bn" value="PP-DonationsBF">
<button name="submit" type="submit" style="background-repeat: no-repeat;
background-position: left top; background-image:
img('https://www.paypal.com/en_US/i/btn/x-click-but04.gif')"
onclick="goToPayPal()">Press Here</button>
> <img border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif"
> width="1" height="1">
> </form>
Thats what you was looking for?
--
//Aho
[Back to original message]
|