| tyejae 2004-03-30, 9:08 pm |
| I use Paypal.com's shopping cart option but they only give you html for your
button that looks like this:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif"
border="0" name="submit" alt="Make payments with PayPal - it's fast, free and
secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="orders@shoresidefloral.com">
<input type="hidden" name="item_name" value="Fruit Arrangement">
<input type="hidden" name="item_number" value="0000001">
<input type="hidden" name="amount" value="150.00">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
</form>
My entire site is flash so I cannot just put this in flash. Is there a way to
change this over so flash will read it correctly?
Thanks,
TyeJae
|