基本信息
源码名称:asp 实现支付宝交易接口代码
源码大小:0.17M
文件格式:.zip
开发语言:C#
更新时间:2015-04-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍


<html>
<head>
<META http-equiv=Content-Type content="text/html; charset=GBK">
<title>付款系统</title>
<meta name="Keywords" content="">
<meta name="Description" content="">
<style rel="stylesheet" type="text/css">
/* CSS Document */
h1{
font-size:18px;
}


body{
	background-color:#FFFFFF;
	text-align:left;
	font-family:"宋体", arial;
	font-size:12px;
	color:#000000;
	word-wrap:break-word;
text-align:center;
}
table
{
	font-size:12px;
}
h1{
	letter-spacing: 2px;

  }
p{
text-indent:28px;
margin:5px;
}

/* 链接颜色 */
a{
	font-size:12px;
	color:#000000;
}
a:hover{
	color: #bc2931;
}



textarea{
	word-break:break-all;
}

#container{
	background-color:#F0F3F5;
	width:980px;
text-align:left;

}

#header,#content,#sidebar,#footer{
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	overflow:auto;
}



#header{
	width:980px;
	margin-bottom:5px;

}

#header a{
font-size:18px;
}

#midwrap{
	width:980px;
}

#content{
	width:960px;
	float:left;
	padding:5px;
}
#sidebar{
	width:10px;
	padding:5px;
}
#footer{
	width:980px;
	clear:both;
	padding:5px;
	margin-top:5px;
}
.you{
text-align:right;
}
.dingchang{
width:220px;
}
.cssfloatl{
float:left;
width:160px;
}

#tebie div input{
vertical-align:super;
}
#tebie div img{
width:135px;
height:30px;
}

table{
border-collapse:collapse;
}
td{
border-collapse:collapse;
}
</style>
<script language="javascript" type="text/javascript">
function $(objID) {
    return document.getElementById(objID);
}
</script>
</head>
<body>
<div id="container">
	<div id="header">
	</div>
<div id="midwrap">
	<div id="content">
 
 
<FORM id=FrmPay name=form onSubmit="return formcheck(this)" 
              action=apay.asp method=post>
<table style="background-color:#FFFFFF;width:90%;">
<caption><b>在线支付接口</b></caption>
<tr   onmouseover='this.style.background="#F0F3F5"' onmouseout='this.style.background="white"'>
<td class="you" width="180"></td>
<td width="300"></td>
<td width="500"></td>
</tr>
<tr   onmouseover='this.style.background="#F0F3F5"' onmouseout='this.style.background="white"'>
<td class="you" width="180">支付项目名称:</td>
<td width="300">&nbsp;&nbsp;<input name=pnr value="">*</td>
<td width="500"></td>
</tr>
<tr   onmouseover='this.style.background="#F0F3F5"' onmouseout='this.style.background="white"'>
  <td class="you">支付项目描述:</td>
  <td>&nbsp;&nbsp;<INPUT size=45 name=body>*</td>
  <td></td>
</tr>
<tr   onmouseover='this.style.background="#F0F3F5"' onmouseout='this.style.background="white"'>
  <td class="you">请输入支付金额:</td>
  <td>&nbsp;&nbsp;<input type="text" name=amount value="" class="dingchang" maxlength=10>*元</td>
  <td></td>
</tr>
<tr   onmouseover='this.style.background="#F0F3F5"' onmouseout='this.style.background="white"'>
  <td> </td>
  <td>&nbsp;&nbsp;<input type="submit"  value="确认提交" ></td>
  <td> </td>
</tr>
<tr>
  <td></td>
  <td>本站业务:<a href="http://www.808400.com">400电话办理</a> <a href="http://www.808400.com">400电话申请</a> <a href="http://www.808400.com">400电话</a> <a href="http://www.808400.com">400开户</a></td>
  <td></td>
</tr>
</table>
</form>
 
 
 
<!--imgsbbbegin-->
 
<!--imgsbbend-->
	</div>
	<div id="sidebar">
<!--hotbegin-->
 
<!--hotend-->
	</div>
</div>
	<div id="footer">
	</div>
<!--
-->
</div>
</body>
</html>