html pgLoader.html
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html pgLoader.html相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<!-- <meta http-equiv="refresh" content="5; URL='paymentSuccess.html'" /> -->
</head>
<body>
<h1></h1>
<form action="https://secure.payu.in/_payment" method="post" id="myForm" name="payuForm">
<input type="hidden" name="key" value="xxxxxx" />
<input type="hidden" id="productInfo" name="productinfo" value="" />
<input type="hidden" name="hash" value="" id="hash"/>
<!--Compulsary params -->
<input type="hidden" id="service_provider" name="service_provider" value="payu_paisa" />
<input type="hidden" id="furl" name="furl" value="some application server endpoint which processes payment failure" />
<input type="hidden" name="surl" value="some application server endpoint which processes payment success" id="surl"/>
<input type="hidden" name="phone" value="" id="phone"/>
<input type="hidden" name="email" value="" id="email"/>
<input type="hidden" name="firstname" value="" id="firstname"/>
<input type="hidden" name="amount" value="" id="amount"/>
<input type="hidden" name="txnid" value="" id="txnid"/>
<!--Optional Params -->
<input type="hidden" name="lastname" value="" />
<input type="hidden" name="curl" value="some application server endpoint which processes payment cancellation" />
<input type="hidden" name="address2" value="" />
<input type="hidden" name="address1" value="" />
<input type="hidden" name="city" value="" />
<input type="hidden" name="state" value="" />
<input type="hidden" name="country" value="" />
<input type="hidden" name="zipcode" value="" />
<input type="hidden" name="udf1" value="" />
<input type="hidden" name="udf2" value="" />
<input type="hidden" name="udf3" value="" />
<input type="hidden" name="udf4" value="" />
<input type="hidden" name="udf5" value="" />
<input type="hidden" name="pg" value="" />
<input type="hidden" type="submit" value="Submit" />
</form>
<script type="text/javascript" src="resources/js/sha.js"></script>
</body>
</html>
以上是关于html pgLoader.html的主要内容,如果未能解决你的问题,请参考以下文章
Html.Partial 与 Html.RenderPartial 和 Html.Action 与 Html.RenderAction
html Html模板/ Html Boilerplate |标签HTML
html里怎么引用一个html的头部
html5与传统html区别
html4和html5的区别
HTML元素