?? epayment.asp
字號:
<script language="javascript">
window.alert("對不起,網上支付功能尚未開通!");
//history.back();
window.location="/";
</script>
<!--#include file="../../Config.asp"-->
<html>
<head>
<title><%=ZXLCompanyStr&" - 網上支付平臺"%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="Keywords" content="機票、飛機票、機票預訂、航班時刻、機場信息、航班信息、打折機票、國內機票、國際機票">
<META NAME="Description" content="機票、飛機票、機票預訂、航班時刻、機場信息、航班信息、打折機票、國內機票、國際機票">
<link href="ZXLEBank/newdef.css" rel=stylesheet>
<LINK href="ZXLEBank/sundef.css" rel=stylesheet>
<style type="text/css">
<!--
.font1 { color: #FF6600}
.font2 { color: #CC0000}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style2 {color: #000000}
.style3 {color: #FF0000}
.style4 {color: #999999}
.STYLE1 {font-family: Arial, Helvetica, sans-serif}
.STYLE5 {
color: #993300;
font-weight: bold;
}
.STYLE6 {
color: #006699;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<form name="form1" method="post" action="zxlepayment.asp" onSubmit="return Checkifnumber()">
<table width=778 align="center">
<tr>
<td valign='top'>
<!--#include file="index_top.asp"-->
<br>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="100%" bgcolor="#006699"><font color="#FFFFFF"><b>網上支付的安全性</b></font></td>
</tr>
<tr>
<td width="100%" bgcolor="#CCCCCC"><span class="style2">1、<font face="宋體" size="1"><span style="font-size: 9pt; font-family: 宋體; mso-bidi-font-size: 12.0pt">用戶</span><span style="FONT-SIZE: 9pt; FONT-FAMILY: 宋體; mso-bidi-font-size: 12.0pt">使用的銀行卡資料是在銀行網站提供的頁面上填寫的,<%=ZXLCompanyStr%>無法知道這些信息,<%=ZXLCompanyStr%>只是將支付的金額提供給銀行接口,所以這些資料是安全的。<br>
2、</span></font>銀行B2C在線支付系統大多采用目前國際最先進的互聯網加密方式進行數據加密,一般系統的數據傳輸普遍使用128位SSL安全加密,有的甚至更高,所以您的數據資料在傳輸中也是安全的。</span></td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="760" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td width="100%" bgcolor="#006699"><font color="#FFFFFF"><b>網上支付卡的使用條件</b></font></td>
</tr>
<tr>
<td width="100%" bgcolor="#CCCCCC"><span class="style2">1、工行個人網上銀行客戶可通過已注冊的牡丹信用卡、貸記卡、靈通卡、理財金賬戶卡在全國的工行特約網站上進行購物付款;未開通工行個人網上銀行的客戶可通過登錄工行網站自助注冊后,在網上進行購物付款。</span></td>
</tr>
</table> <table width="764" border="0" align="center" cellpadding="5">
<tr bgcolor="#CCCCCC">
<td width="20%"><span class="STYLE6">請輸入您要支付的金額</span></td>
<td><input name="summoney" type="text" class="input" id="summoney" size="20">
<span class="STYLE5">CNY(元)</span></td>
</tr>
<tr bgcolor="#CCCCCC">
<td align="center"> </td>
<td><input type="submit" name="Submit" value="確認提交">
</td>
</tr>
</table>
<br>
<!--#include file="bottom.asp"-->
</td>
</tr>
</table>
</form>
<script language=javascript>
function Checkifnumber(num) {
var summoney = document.form1.summoney.value
if ( summoney == "" ){
alert('金額不能為空!')
return false;
}
if(isNaN(document.form1.summoney.value))
{
alert('金額必須是數字!')
return false;
}
document.form1.submit()
}
</script>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -