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

📄 psave.asp

📁 在线报价程序V0.1 免费版: 1、后台添加产品 2、后台分类 3、后台添加友情连接 4、会员管理 5、客户留言 6、在线订单 7、捆绑了《忠网广告管理系统》 8、公告发布、管理 管理员:admin
💻 ASP
字号:
<%@ language="VBScript"%>
<!--#include file="conn.asp"-->
<!--#include file="ubb.asp"-->
<%
use1=request.form("use001")
email1=request.form("email001")
qq1=request.form("qq001")
home1=request.form("home001")
where1=request.form("where001")
face1=request.form("face001")
title1=request.form("title001")

mofei1=request.form("mofei001")
mofei1=htmlencode2(mofei1)
mofei1=UBBDecode(mofei1)

ip1=Request.servervariables("REMOTE_ADDR")
%>
<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>
<%if use1="" or email1="" or title1="" or mofei1="" then%>
<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" bgcolor="#FFFFFF" class="table_2">
  <tr> 
    <td>&nbsp;</td>
    <td height="25"> <p align="right"> <font color="#800000">(带*号的为必填!)</font>&nbsp; <img border="0" src="ymbimg/login_stop.gif"> <a href="default.asp">查看留言</a>   
    </td>
  </tr>
</table> 
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table_2">
  <tr>
    <td height="25" background="ymbimg/login_bg.gif">
      <p align="center"><b><font color="#FFFF00"> 发现错误</font></b></td>
  </tr>
  <tr>
    <td height="30"> <div align="center">请 <a href="javascript:history.go(-1)">后退</a> 填写完整资料! </div></td>
  </tr>
  <tr>
    <td height="30"> <div align="center"><font  color="#FF0000">您的用户名,邮件,标题,内容可能为空!</font> </div></td>
  </tr>
  <tr>
    <td height="30"> </td>
  </tr>
</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" -->
<%else
set sql=conn.execute("Insert Into mofeibook(use_,email_,qq_,home_,where_,face_,title_,mofei_,ip_,time_) Values ('"&use1&"','"&email1&"','"&qq1&"','"&home1&"','"&where1&"','"&face1&"','"&title1&"','"&mofei1&"','"&ip1&"','"&now()&"')")
set sql=nothing
response.redirect("default.asp")
end if
%>
</body>
</html>


⌨️ 快捷键说明

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