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

📄 buy.asp

📁 鄂尔多斯建站网全站程序(冬季修正版)
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="include/message.asp"-->
<!--#include file="include/config.asp"-->
<%
'**********************************
'版本:Host_free 3.0               *
'官方网站:Http://www.850518.com   *
'技术论坛:Http://forum.850518.com *
'QQ:54455245 (欢迎咨询商业版)     *
'MSN: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
<%
dim web_name
web_name=request("web_name")
if web_name="" then
response.redirect("error.asp?error=1")
end if
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
<title><%=homepage%> | 购买 [ 中国络网虚拟主机程序 ] 系统</title>
</head>

<body>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="758">
    <tr>
      <td>
        <p align="center"><%call top_title%></td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="758">
    <tr>
      <td width="191">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="1">
          <tr>
            <td width="100%" background="pic/line_gb.gif" height="1"></td>
          </tr>
        </table>
      </td>
      <td width="1" background="pic/height_bg.gif" rowspan="2"></td>
      <td width="566">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="1">
          <tr>
            <td width="100%" background="pic/line_gb.gif" height="1"></td>
          </tr>
        </table>
      </td>
    </tr>
    <tr>
      <td width="191" valign="top"><%call left_title%></td>
      <td width="566" valign="top">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
            <td width="100%">&nbsp;</td>
          </tr>
          <tr>
            <td width="100%">
              <div align="center">
              <form method="post" action="add.asp?action=buy_web&web_name=<%=web_name%>">
                <table border="0" cellpadding="0" cellspacing="1" width="450" bgcolor="#626262">
                  <tr>
                    <td height="20" bgcolor="#626262" width="127">
                      <p align="center"><font color="#FFFFFF">订购程序</font></td>      
                    <td height="20" bgcolor="#EEEEEE" width="313">
                      <p align="center">[ 详细填写以下信息 ]</td>          
                  </tr>          
                  <tr>          
                    <td bgcolor="#FFFFFF" colspan="2" width="444">         
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" height="277">          
                      <tr>          
                        <td width="100%" colspan="2" height="17">&nbsp;</td>          
                      </tr>          
                      <tr>          
                        <td width="23%" align="right" height="25">用户真名:</td>          
                        <td width="77%" height="25">&nbsp;<input type="text" name="T1" size="20" style="border: 1 solid #C0C0C0">           
                          <font color="#C0C0C0">*确认购买人的资料</font></td>           
                      </tr>           
                      <tr>           
                        <td width="23%" align="right" height="25">联系电话:</td>           
                        <td width="77%" height="25">&nbsp;<input type="text" name="T2" size="20" style="border: 1 solid #C0C0C0">           
                          <font color="#C0C0C0">*最好是手机。家电请加上区号</font></td>          
                      </tr>          
                      <tr>          
                        <td width="23%" align="right" height="25">网络联系方式:</td>          
                        <td width="77%" height="25">&nbsp;<input type="text" name="T3" size="20" style="border: 1 solid #C0C0C0">           
                          <font color="#C0C0C0">*QQ或者MSN,没有不需填写</font></td>          
                      </tr>          
                      <tr>          
                        <td width="23%" align="right" height="25">邮件地址:</td>         
                        <td width="77%" height="25"><font color="#C0C0C0">&nbsp;</font><input type="text" name="T4" size="20" style="border: 1 solid #C0C0C0">          
                          <font color="#C0C0C0">*发送程序的唯一方式,认真填写</font></td>         
                      </tr>         
                      <tr>          
                        <td width="23%" align="right" height="25">重复邮件地址:</td>        
                        <td width="77%" height="25"><font color="#C0C0C0">&nbsp;</font><input type="text" name="T5" size="20" style="border: 1 solid #C0C0C0">        
                          <font color="#C0C0C0">*确认邮件地址</font>        
                        </td>       
                      </tr>       
                      <tr>       
                        <td width="23%" align="right" height="25">选择支付银行:</td>       
                        <td width="77%" height="25">&nbsp;<select size="1" name="id">    
                            <option value selected>请选择支付银行</option>
                            <%
sql="select * from bank"
Set rs=Server.CreateObject("Adodb.RecordSet")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
                            <option value="<%=rs("bank")%>"><%=rs("bank")%></option>
                            <%rs.movenext
loop
rs.close
set rs=nothing
end if%>
                          </select> <font color="#C0C0C0">*支付的银行</font></td>       
                      </tr>       
                      <tr>       
                        <td width="23%" align="right" height="25">程序单价:</td>      
  </center>      
                        <td width="77%" height="25">&nbsp;<input type="text" name="T6" size="10" style="border: 1 solid #C0C0C0" value="<%=price_2%>">       
                          元/套</td>      
                      </tr>      
  <center>      
                      <tr>      
                        <td width="23%" align="right" height="25">购买套数:</td>      
                        <td width="77%" height="25">&nbsp;<select size="1" name="D2" style="border: 1 solid #C0C0C0">      
                            <option selected>1套</option>
                            <option>2套</option>
                            <option>3套</option>
                            <option>4套</option>
                            <option>5套</option>
                            <option>6套</option>
                            <option>7套</option>
                            <option>8套</option>
                            <option>9套</option>
                            <option>10套</option>
                          </select></td>
                      </tr>
                      <tr>
                        <td width="23%" align="right" height="18">支持条款:</td>
                        <td width="77%" height="18">&nbsp;<input type="checkbox" name="C1" value="ON">我同意并遵守条款,查看条款</td>
                      </tr>
                      <tr>
                        <td width="100%" align="left" colspan="2" height="17">&nbsp;</td>
                      </tr>
                      <tr>
                        <td width="100%" align="right" colspan="2" height="25">
                          <p align="center"><input type="submit" value="完成提交" name="B1" style="background-color: #FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
                          <input type="reset" value="全部重写" name="B2" style="background-color: #FFFFFF"></td> 
                      </tr> 
                    </table>
                    </form>
                    </center></td> 
                  </tr> 
                </table> 
              </div>
            </td> 
          </tr> 
          <tr> 
            <td width="100%">&nbsp;</td> 
          </tr> 
        </table> 
      </td> 
    </tr> 
  </table> 
</div> 
 
<div align="center"> 
  <center> 
  <table border="0" cellpadding="0" cellspacing="0" width="758" height="1"> 
    <tr> 
      <td width="100%" background="pic/line_gb.gif" height="1"></td> 
    </tr> 
  </table> 
  </center> 
</div> 
 
<div align="center"> 
  <center> 
  <table border="0" cellpadding="0" cellspacing="0" width="758"> 
    <tr> 
      <td> 
        <p align="center"><%call foot_title%></td> 
    </tr> 
  </table> 
  </center> 
</div> 
 
</body> 
 
</html> 
<%call close_conn%> 
<%
'**********************************
'版本:Host_free 3.0               *
'官方网站:Http://www.850518.com   *
'技术论坛:Http://forum.850518.com *
'QQ:54455245 (欢迎咨询商业版)     *
'MSN: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>

⌨️ 快捷键说明

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