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

📄 manage_zhopen.asp

📁 汽车销售集团网站汽车销售集团网站汽车销售集团网站汽车销售集团网站
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=../DataBase/conn.asp-->


<% 

 if request("shou")<>"" then
 set rs=server.CreateObject("adodb.recordset")
 sql="select * from tb_Permute where id="&request("id")
 rs.open sql,conn,1,3
 rs("Whether")="授理"
 rs.update
 rs.close
response.Write("<br><br><br><br><br><br><br><br>")
response.Write("<div align=center>  <img src=images/succ.gif width=95 height=97></div>")
response.Write("<div align=center>提交成功!</div>")
response.Write("<div align=center><a href='javascript:' onclick=opener.location.reload();window.close()>关闭</a></div>")
 response.end
 else
  set rs=server.CreateObject("ADODB.Recordset")
 sql="Select * from tb_Permute where id="&request("id") 
 rs.open sql,conn,1,1
 end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>置换申请</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	background-color: #efefef;
}
a {
	font-size: 12px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
-->
</style></head>

<body>
<td width="580" valign="top">&nbsp;</td>
  </tr>
</table>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<table width="500" height="460" border="0" align="center" cellpadding="0" cellspacing="0" class="table">
  <tr>
    <td valign="middle"><table width="480" height="370" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="40" align="center"><div align="center" class="bottm" style="font-size: 16px;color: #FF0000;font-weight: bold;width:130;">置 换 申 请</div></td>
        </tr>
        <tr>
          <td height="25" align="center">&nbsp;</td>
        </tr>
        <form name="order" method="post" action="Manage_zhopen.asp?id=<%=rs("id")%>&shou=授理">
          <tr>
            <td valign="top">
              <table width="480" border="0" cellpadding="0" cellspacing="0">
			    <tr valign="bottom">
                  <td height="28"><div align="right">欲置换车辆名称:</div></td>
                  <td height="28">&nbsp;<%=rs("ChangeCar") %>  </td>
                </tr>
                <tr>
                  <td width="152" height="28" valign="bottom"><div align="right">真实姓名:</div></td>
                  <td width="328" height="28">&nbsp;<%=rs("Name") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">联系电话:</div></td>
                  <td height="28">&nbsp;<%=rs("Phone") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">手机号码:</div></td>
                  <td height="28"><div align="left">&nbsp;<%=rs("Hander") %></div></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">E-mail:</div></td>
                  <td height="28">&nbsp;<%=rs("Email") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">联系地址:</div></td>
                  <td height="28">
                    <div align="left">&nbsp;<%=rs("Address") %></div></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">持有车辆名称:</div></td>
                  <td height="28">&nbsp;<%=rs("CarName") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">购买时间:</div></td>
                  <td height="28">&nbsp;<%=rs("Times") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">是否有损:</div></td>
                  <td height="28">&nbsp;<%=rs("Bad") %></td>
                </tr>
                <tr valign="bottom">
                  <td height="28"><div align="right">是否已经过车检:</div></td>
                  <td height="28">&nbsp;<%=rs("YearCheck") %></td>
                </tr>
              
                <tr valign="bottom">
                  <td height="28" colspan="2">
                    <div align="center">
                      <input type="submit" name="Submit" value=" 受 理 ">
                      <input type="button" name="Submit2" value=" 关 闭 " onClick="window.close()">
</div></td>
                </tr>
            </table></td>
          </tr>
        </form>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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