码迷,mamicode.com
首页 > 其他好文 > 详细

添加支付宝支付按钮,实现捐赠本站

时间:2015-02-11 12:41:56      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
       <input name="optEmail" type="hidden" value="(支付宝邮箱)" />
       <input name="payAmount" type="hidden" value="10(金额)" />
       <input id="title" name="title" type="hidden" value="付款说明" />
       <input name="memo" type="hidden" value="备注" />
       <input name="pay" type="image" value="转账" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" />
   </form>    
   <form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
       <input name="optEmail" type="hidden" value="(支付宝邮箱)" />
       <input name="payAmount" type="hidden" value="10(金额)" />
       <input id="title" name="title" type="hidden" value="付款说明" />
       <input name="memo" type="hidden" value="备注" />
       <input name="pay" type="image" value="转账" src="http://file.arefly.com/alipay.png" />
   </form>

添加支付宝支付按钮,实现捐赠本站

标签:

原文地址:http://www.cnblogs.com/xiashuo-he/p/4285678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!