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

📄 reg_save.asp

📁 在线报价程序V0.1 免费版: 1、后台添加产品 2、后台分类 3、后台添加友情连接 4、会员管理 5、客户留言 6、在线订单 7、捆绑了《忠网广告管理系统》 8、公告发布、管理 管理员:admin
💻 ASP
字号:
<!--#include file="../Conn.asp"-->
<!--#include file="Conn.asp"-->
<!--#include file="ubb.asp"-->
<%
dim remofei1
if not session("mofeichenck")="true" then
response.redirect("login.asp")
else
remofei1=Request.form("remofei001")
if remofei1="" then
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=name%></title>
<BASE onmouseover=window.status="<%=name%>(<%=http%>)----为您提供最丰富的网络资源!";return true>
<link href="../common/css/other.css" rel="stylesheet" type="text/css">
<link href="../common/css/font.css" rel="stylesheet" type="text/css">
<link href="../common/css/link.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="2"></td>
  </tr>
</table>
<!--#include file="common/index_top.asp" -->
<!--#include file="common/menu.asp"-->
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="2"></td>
  </tr>
</table>
<table width="850"  border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
 <form method="POST" action="reg_save.asp"> 
  <tr>
    <td><table width="100"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>
      <table border="0" cellpadding="0" cellspacing="0" width="600" align="center" bgcolor="#FFFFFF">
        <tr>
          <td height="25" background="ymbimg/login_bg.gif">
            <p align="center" class="font12_red"><b> 发现错误</b></td>
        </tr>
        <tr>
          <td height="30"> <div align="center">请<a href="javascript:history.go(-1)">后退</a>填写完整资料! </div></td>
        </tr>
        <tr>
          <td height="30" bgcolor="#F9F9F9"> <div align="center"><font  color="#FF0000">您的回复内容没有填!</font> </div></td>
        </tr>
      </table>
      <table width="100"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr></form>
</table>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="table_2">
  <tr>
    <td height="5"></td>
  </tr>
</table>
<!--#include file="common/bottom.asp" -->
</body>
</html>
<%
else
Set rs=Server.CreateObject("ADODB.RecordSet")
exec="select * from mofeibook where id="&request("id")
rs.open exec,conn,1,3
remofei1=htmlencode2(remofei1)
remofei1=UBBDecode(remofei1)
rs("retime_")=cstr(now())
rs("remofei_")=remofei1
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
response.redirect("qi163_admin.asp")
response.end
end if
end if
%>

⌨️ 快捷键说明

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