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

📄 renzen.asp

📁 电子商务系统Easy_Buy是一个在线销售系统
💻 ASP
字号:
<!--#include file="0.asp"-->
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../conn/nosql.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
<STYLE>
BODY {
	SCROLLBAR-FACE-COLOR: #799ae1;
	SCROLLBAR-HIGHLIGHT-COLOR: #799ae1;
	SCROLLBAR-SHADOW-COLOR: #799ae1;
	SCROLLBAR-3DLIGHT-COLOR: #799ae1;
	SCROLLBAR-ARROW-COLOR: #fcfcfc;
	SCROLLBAR-TRACK-COLOR: #aabfec;
	SCROLLBAR-DARKSHADOW-COLOR: #799ae1;
	SCROLLBAR-BASE-COLOR: #799ae1;
	background-color: #CAD7F7;
}
</STYLE>
<style type="text/css">
<!--
.style2 {color: #FF6600}
.style4 {
	font-size: 14px;
	color: #FF0000;
}
.style5 {color: #FF0000}
.style8 {
	font-size: 12px;
	color: #666666;
}
.STYLE9 {
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE10 {color: #000000}
-->
</style>
</head>
<body>
<%name=replace(session("www.wygk.cn"),"'","''")
if request("x")<>"" then
Set s= Server.CreateObject("abodb.recordset")
conn.execute("Update user_name set renzen='"&nosql(replace(request("renzen"),"'",""))&"',sj3='"&now()&"' where name='"&name&"'")
Response.Write("<script>alert(""提交成功!"");location.href=""renzen.asp"";</script>")
end if
set rs = conn.execute("select * from user_name where name='"&name&"'") 
set bbsinfo = conn.execute("select * from bbs_info")%>
<form name="form" method="post" action=?x=yes>
  <div align="center">
<br>
  </div>
  <table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
    <tr bgcolor="#FFFFFF"> 
      <td height="25" colspan="2" valign="middle" background="../../images/admin_bg_11.gif" bgcolor="#FFFFFF">&nbsp; <span class="STYLE9">商家店铺认证信息        </span></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="118" height="25" align="right" valign="middle" bgcolor="#E8F1FF">商家认证资料</td>
      <td width="429" height="12" valign="middle" bgcolor="#E8F1FF"><input name="renzen" type="text" id="renzen" value="<%=rs("renzen")%>" size="40" maxlength="100"></td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td width="118" height="12" align="right" valign="middle" bgcolor="#E8F1FF">上传认证资料图片</td>
      <td height="12" valign="middle" bgcolor="#E8F1FF">
      <iframe name="ad" frameborder=0 width=400 height=25 scrolling=no src=../shangchuan/renzen.asp></iframe></td>
    </tr>
  </table>
  <div align="center"><br>
    <input name="Submit" type="submit" value="提 交">
    <input name="Submit3" type="reset" value="重 置">
  </div>
</form><table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
  <tr>
    <td width="481" bgcolor="#E8F1FF"><span class="STYLE10">商<span class="STYLE10">家认证</span>说明</span><br>
      电话认证:直接至电我们客服中心,我们客户人员通过电话向你获取认证资料^o^。<br>
	在线认证:在本页面直截上传您的个人身份证件或您的营业证的图片资料,我们工作人员会在48小时内为你完成认证。<br>
	注意图片上传完成后,图片地址将自动写入相应地址表单中,
要按提交才有效哟。^o^</td>
  </tr>
</table>
</body>
</html><%rs.close
set s=nothing%>

⌨️ 快捷键说明

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