Home  >  Article  >  php教程  >  JQuery Mobile支付宝手机支付网页

JQuery Mobile支付宝手机支付网页

WBOY
WBOYOriginal
2016-06-06 20:11:232594browse

本文主要讲解通过JQuery Mobile制作一个支付页面,支持支付宝支付。贡献出HTML页面,动态PHP程序就不讲了,支付宝支付的文章之前讲过的。 见文章:PHP集成 支付宝 快速实现充值功能 我们将通过准备一个jQuery Mobile的HTML页面的页面,其中包括jQuery框架和

本文主要讲解通过JQuery Mobile制作一个支付页面,支持支付宝支付。贡献出HTML页面,动态PHP程序就不讲了,支付宝支付的文章之前讲过的。

见文章:PHP集成支付宝快速实现充值功能

我们将通过准备一个jQuery Mobile的HTML页面的页面,其中包括jQuery框架和样式表。

请看下面页面的源代码:

  • 支付页面
    http://blog.lixiphp.com/demo/JQmobile/buy.html
  • 支付成功跳转页面
    http://blog.lixiphp.com/demo/JQmobile/return_success.html
  • 支付失败跳转页面
    http://blog.lixiphp.com/demo/JQmobile/return_failed.html

演示

JQuery Mobile Buy Page

点击确定支付按钮后,通过PHP计算出Alipay的URL或者POST到支付宝,接下来就是支付宝手机、平板电脑支付页面。

JQuery Mobile Alipay Pay

注意:支付宝的回调处理通过PHP实现,此处省略100个字。

如果你在支付页面时,表单提示Error Loading Page错误,请看以下的解决方法。

JQuery Mobile Form Error Loading Page

当用户在支付页面提交表单后,会跳转到支付宝(Alipay)支付界面,由于链接跳转到其他域名,导致表单提示Error Loading Page。

(...)
Read the rest of JQuery Mobile支付宝手机支付网页 (10 words)


© lixiphp for LixiPHP, 2013. | Permalink | No comment | Add to del.icio.us
Post tags: alipay, JQuery, JQuery Mobile, PHP, 手机支付, 支付宝

Feed enhanced by Better Feed from Ozh

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn