©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
<form method="POST"
action="https://checkout.google.com/cws/v2/Merchant/REPLACE_WITH_YOUR_MERCHANT_ID/checkoutForm"
accept-charset="utf-8">
...
name="item_description_1" and value="Chunky peanut butter"
...
</form>
Attribute action defines where to post the information, and accept-charset specifies the type of characters used in the data.
