⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buyflow.asp

📁 一套集网上购物和商品管理为一体的强大的网上商店(商城)系统
💻 ASP
字号:
<!-- #include file="conn.asp" -->
<!--#include file="webconfig.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="include/top.asp" -->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top"> 
    <td width="1" bgcolor="#cccccc"></td>
    <td width="220" height="100"><!-- #include file="include/left.asp" --></td>
    <td width="1" bgcolor="cccccc"></td>
    <td align="center"> 
<!--#include file="include/search.asp" -->
      <table width="96%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td valign="top"> <%
sql="select * from Net008_webconfig"
set rs=server.createobject("adodb.recordset")
rs.open sql ,conn,1,2
if rs.recordcount<1 then
	response.write"暂无信息!"
	'response.end
end if
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tbody>
                <tr> 
                  <td height="22" align="left" class="centertitle">购物流程</td>
                </tr>
                <tr> 
                  <td height="1" bgcolor="cccccc"></td>
                </tr>
              </tbody>
            </table> </td>
        </tr>
        <tr> 
          <td class="puptext">
            <%
		  response.write replace(rs("buyflow"),chr(13)+chr(10),"<br>")
		  %>
		  </td>
        </tr>
      </table>
    </td>
    <td width="1" bgcolor="cccccc"></td>
  </tr>
</table>
<!-- #include file="include/bottom.asp" -->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -