1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RefundOperateConfirm.aspx.cs" Inherits="CY.WebForm.Pages.business.RefundOperateConfirm" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>买家确认收货(打款)</title>
</head>
<body>
    <form id="form1" runat="server">
    <table class="formTable" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tr>
            <td class="tdk">
                支付码
            </td>
            <td colspan="3">
                <input id='txtPayPwd' type="password" maxlength='30' />
                <input id='txtPwdCode' type="hidden" runat="server" />
            </td>
        </tr>
        <tr>
            <td colspan="4" align="center">
                <input id="btnSubmit" class="payBtn" value="" title='确认收货' style='display: none;' onclick="if(this.style.display!='none') PayOrder()" />
                <img src="../../images/Common/loading_small.gif" id='img_loading' />
            </td>
        </tr>
    </table>
    </form>
</body>
</html>