File: D:/web/groundscrewcentre/googlecheckout-test.asp
<%Option Explicit%>
<!--#include file="dbfunctions.asp"-->
<!--#include file="apputils.asp"-->
<html>
<head>
<title>Google Checkout Test</title>
<script language="javascript">
<!--
function googlecheckout_test();
{
document.BB_BuyButtonForm.submit();
}
//-->
</script>
</head>
<body>
<form name="BB_BuyButtonForm" action="https://checkout.google.com/cws/v2/Merchant/107384432162511/checkoutForm" id="BB_BuyButtonForm" method="post">
<input type="hidden" name="item_name_1" value="Order No GC#12064"/>
<input type="hidden" name="item_description_1" value="CDC-5-EBBH-BR x 1"/>
<input type="hidden" name="item_quantity_1" value="1"/>
<input type="hidden" name="item_price_1" value="39.05"/>
<input type="hidden" name="item_currency_1" value="GBP"/>
<input type="hidden" name="_charset_" value="utf-8"/>
<input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.tax-tables.default-tax-table.tax-rules.default-tax-rule-1.rate" value="0.2"/>
<input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.tax-tables.default-tax-table.tax-rules.default-tax-rule-1.tax-area.postal-area.country-code" value="IE"/>
<input type="submit" />
</form>
<a href="javascript:googlecheckout_test()">Go to Google Checkout</a>
<br><br>
</body>
</html>
<%Finalise%>