onlinepay.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:4k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="articleconn.asp"-->
- <!--#include file="../checkpost.asp"-->
- <!--#include file="security.asp"-->
- <%if session("flag")>1 then
- response.write "<br><p align=center>您的操作权限不够!</p>"
- response.end
- end if
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>在线支付接口设置</title>
- <link href="inc/Admin_STYLE.CSS" rel="stylesheet" type="text/css">
- </head>
- <%
- set rs=server.createobject("adodb.recordset")
- sql="select * from pay where id=1"
- rs.open sql,conn,1,3
- urlback=rs("urlback")
- code=rs("code")
- username=rs("username")
- password=rs("password")
- rs.close
- %>
- <body>
- <p align="center"><font size="3"></font></p>
- <p align="center"><font color="#FF0000">(注:本系统目前只支持1st-pay.net的在线支付功能)</font></p>
- <form name="pay" method="post" action="paysave.asp">
- <div align="center"><br>
- <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
- <tr align="center" bgcolor="#429AEF">
- <td height=25 colspan=2 ><strong><font color="#FFFFFF">在线支付系统接口设置</font></strong>
- <tr>
- <td width="24%" class="tdbg" height=23><div align="center">1st-pay 用
- 户 名:</div></td>
- <td width="76%" class="tdbg"><font color="#00FFFF"><font color="#FFFFFF">
- </font><font color="#00FFFF"><font color="#FFFFFF"><font color="#990000">
- <input name="username" type="text" value=<%=username%> size="20">
- </font></font></font><font color="#FFFFFF"> </font></font></td>
- </tr>
- <tr>
- <td width="24%" class="tdbg" height=23><div align="center">1st-pay 密
- 码:</div></td>
- <td width="76%" class="tdbg"><div align="left"><font color="#00FFFF">
- </font><font color="#990000">
- </font><font color="#00FFFF"><font color="#990000">
- <input name="password" type="text" value=<%=password%> size="20">
- </font></font></div></td>
- </tr>
- <tr>
- <td class="tdbg" height=23><div align="center">反 馈 地 址 代 号:</div></td>
- <td class="tdbg"><font color="#00FFFF"><font color="#FFFFFF">
- </font><font color="#00FFFF"><font color="#FFFFFF">
- <input name="urlback" type="text" value=<%=urlback%> size="20">
- </font></font><font color="#FFFFFF"> </font><font color="#00FFFF"><font color="#FFFFFF"><font color="#FF0000">说明:只对自动流程用户,免费用户不用改</font></font></font></font></td>
- </tr>
- <tr>
- <td width="24%" class="tdbg" height=23><div align="center">交 易 识 别 码:</div></td>
- <td width="76%" class="tdbg"><font color="#00FFFF"><font color="#FFFFFF">
- </font><font color="#00FFFF"><font color="#FFFFFF">
- <input name="code" type="text" value=<%=code%> size="20">
- </font></font><font color="#FFFFFF"> <font color="#00FFFF"><font color="#FF0000">说明:只对自动流程用户,免费用户不用改</font></font></font></font></td>
- </tr>
- </table>
- <br>
- <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
- <tr align="center">
- <td height=25 bgcolor="#429AEF" ><strong><font color="#FFFFFF" Arial, Helvetica, sans-serif>相关信息</font></strong>
- <tr>
- <td height=23 class="tdbg">如果你还没注册1st-pay,请<a href="http://www.1st-pay.net/index.asp?refer=wwwtk007com#part1%20" target="_blank"><strong>点此注册</strong></a>吧</td>
- </tr>
- <tr>
- <td height=23 class="tdbg">如果你想详细了解1st-pay,请<a href="http://www.1st-pay.net/czlc.asp?refer=wwwtk007com" target="_blank"><strong>点此</strong></a>查看情吧</td>
- </tr>
- <tr>
- <td height=23 class="tdbg"><strong>自动流程用户特别注意-请将你在1st-pay里的返回地址设为:</strong></td>
- </tr>
- <tr>
- <td height=23 class="tdbg"><strong>http://你的域名/user/buyok.asp</strong>
- </td>
- </tr>
- </table>
- <font color="#00FFFF"> <br>
- <input type="submit" name="Submit" value="确 定">
- <input type="reset" name="Submit2" value="重 执" class="bt">
- </font></div>
- </form>
- </body>
- </html>