Archive for the ‘html’ Category

Paypal buy now button html code

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_self"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="imran.aghayev@yahoo.co.uk"/> <input type="hidden" name="item_name" value="Itemname"/> <input type="hidden" name="item_number" value="1"/> <input type="hidden" name="amount" value="150"/> <input type="hidden" name="currency_code" value="GBP"/> <input type="hidden" name="lc" value="UK"/> <input type="hidden" name="bn" value="btn_buynow_SM.gif"/> <input type="hidden" name="weight_unit" value="kgs"/> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" name="submit" alt="Make payments with PayPal"/> </form>