📄 fukuanfangshi.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--付款方式</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop.asp"-->
<table width="10" height="7" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height=7></td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td width="177" height="105" valign="top" bgcolor="#99CCFF"><table width="90%" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#5F95D3" bordercolorlight="#666666" bordercolordark="#ffffff">
<tr>
<td height="16"> <div align="center"><font color="#FFFFFF"><strong>帮 助</strong></font></div></td>
</tr>
</table>
</td>
<td width="592" valign="top"><div align="center"><font color="#FF6600">付款方式</font>
</div>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#D0E2FD">
<tr>
<td height="69" bgcolor="#FFFFFF"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><%set rs=server.CreateObject("adodb.recordset")
rs.open "select huikuanfangshi from shop_config",conn,1,1
response.write trim(rs("huikuanfangshi"))
rs.close
set rs=nothing%> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table><!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -