45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>My JSP 'sendpay.jsp' starting page</title>
|
|
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
|
<meta http-equiv="description" content="This is my page">
|
|
<!--
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
-->
|
|
<script type="text/javascript" src="<c:url value='/jquery/jquery-1.5.1.js'/>"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
$("#form1").submit();
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<form action="https://www.yeepay.com/app-merchant-proxy/node" method="get" id="form1">
|
|
<input type="hidden" name="p0_Cmd" value="${p0_Cmd }"/>
|
|
<input type="hidden" name="p1_MerId" value="${p1_MerId }"/>
|
|
<input type="hidden" name="p2_Order" value="${p2_Order }"/>
|
|
<input type="hidden" name="p3_Amt" value="${p3_Amt }"/>
|
|
<input type="hidden" name="p4_Cur" value="${p4_Cur }"/>
|
|
<input type="hidden" name="p5_Pid" value="${p5_Pid }"/>
|
|
<input type="hidden" name="p6_Pcat" value="${p6_Pcat }"/>
|
|
<input type="hidden" name="p7_Pdesc" value="${p7_Pdesc }"/>
|
|
<input type="hidden" name="p8_Url" value="${p8_Url }"/>
|
|
<input type="hidden" name="p9_SAF" value="${p9_SAF }"/>
|
|
<input type="hidden" name="pa_MP" value="${pa_MP }"/>
|
|
<input type="hidden" name="pd_FrpId" value="${pd_FrpId }"/>
|
|
<input type="hidden" name="pr_NeedResponse" value="${pr_NeedResponse }"/>
|
|
<input type="hidden" name="hmac" value="${hmac }"/>
|
|
</form>
|
|
</body>
|
|
</html>
|