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

📄 review.asp

📁 北方供求 V3.3 Sql 版 §V3.3更新功能 1、首页(自动生成静态
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="Common/Inc_DatConn.asp"-->
<!--#include file="Common/Inc_Config.asp"-->
<!--#include file="Common/Inc_Function.asp"-->
<%
'┌─  风云ASP在线  ────────────────────────┐
'│                                                                 │
'│  作者:赵振波.	http://www.fyasp.com	    				    │
'│                                                                 │
'│   Q Q:176189168  										   	    │
'│                                                                 │
'│ Email:fy96@163.com                                             │
'│                                                                 │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│                                                                 │
'│【版权声明】                                                     │
'│                                                                 │
'│     本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│                                                                 │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│                                                                 │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│                                                                 │
'└───────────────────  http://www.fyasp.com ──┘
%>
<%Dim intInfoKey
Dim rdsInfo
Dim sqlInfo
Dim sqlUpdateInfoHits
intInfoKey =changechr(Request("Id"))
if intInfoKey = "" then
response.write"<SCRIPT language=JavaScript>alert('发生错误!');"
response.write"javascript:history.back();</SCRIPT>"  
response.end
end if

set rdsInfo = Server.CreateObject("ADODB.Recordset")
sqlInfo = "Select * From Dat_Information Where InfoKey = "& intInfoKey
rdsInfo.Open sqlInfo,Conn,1,1%>
<html>
<head>
<title>查看关于  <% = rdsInfo("Topic")%>  的留言</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="分类,供求信息,北方供求,整站出售,免费源码,交友, 征友, 风云在线, 约会, 聊天, 征婚, 婚介, 爱情, 友情, 友谊, 朋友, 伙伴, 情人, 伴侣, 同性, 异性, 女人, 男士, 女士, 男孩, 女孩, 帅哥, 美女, 单身, 独身, 性感, 浪漫, 激情, 手机交友, 手机, 短信, 彩信, 铃声, 图片, 照片, 靓照, 贴图, 语音, 视频, 搜索, 文章, 商城" name="keywords">
<link href="Common/Style.css" type="text/css" rel="stylesheet">
<SCRIPT LANGUAGE="JavaScript">
<!--//
function check()
{
   if (isNaN(go2to.page.value))
		alert("请正确填写转到页数!");
   else if (go2to.page.value=="") 
	     {
		alert("请输入转到页数!");
		 }
   else
		go2to.submit();
}
//-->
</SCRIPT><script language="javascript">
//检查email的合法性
function checkemail(inputstr){
	if(inputstr.indexOf('@') != -1 && inputstr.indexOf('.')!= -1)
		return true;
	else 
   		return false;	
}
//检验表单的合法性
function bbhf() {
	if (document.AddInfo.name.value == "") {
		alert("\请填写姓名!");
		document.AddInfo.name.focus();
	}
	else if (document.AddInfo.tit.value == "") {
		alert("\请填写留言主题!");
		document.AddInfo.tit.focus();
	}
	else if (document.AddInfo.tel.value == "") {
		alert("\请填写联系电话!");
		document.AddInfo.tel.focus();
	}
	else if (document.AddInfo.neirong.value == "") {
		alert("\请填写信息内容!");
		document.AddInfo.neirong.focus();
	}
	else if (document.AddInfo.email.value == "") {
		alert("\请填写联系 E-Mail!");
		document.AddInfo.email.focus();
	}
	else if (document.AddInfo.email.value == "" || !checkemail(document.AddInfo.email.value)) {
		alert("\E-Mail 填写错误,请填写有效的信箱,如 username@163.com !");
		document.AddInfo.email.focus();
	}
	else {
        return true;
    }
    return false;
}
</script>
</head>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<!--#include file="Top.asp"-->
<div align="center">
<table cellSpacing="0" cellPadding="0" width="760" border="0">
	<tr vAlign="top">
		<td width="170" bgcolor="#F3F5F5">
		<!--#include file="left.asp"-->
		</td>
		<td>
		<table cellSpacing="0" cellPadding="0" border="0">
			<tr>
				<td>
				<img height="39" src="images/jiansuo.gif.gif" width="587"></td>
			</tr>
			<tr>
				<td background="images/lhtbg.gif.gif">
				<table cellSpacing="0" cellPadding="0" width="550" align="center" border="0">
					<tr>
							<td><!--#include file="Common/Inc_Search.asp"--></td>
						</tr>
						<tr>
							<td height="6"></td>
						</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td bgColor="#85bdef" height="1"></td>
			</tr>
		</table>
		<table height="3" cellSpacing="0" cellPadding="0" width="132" border="0">
			<tr>
				<td></td>
			</tr>
		</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
			<tr vAlign="top">
				<td>
				<table cellSpacing="0" cellPadding="0" border="0">
					<tr>
						<td width="587" height="32" background="images/vxinxi.gif" align="center">
<font color="#000080"><b>§网友对 
			[<% = rdsInfo("Topic")%>] 的留言§</b></font></td>
					</tr>
				</table>
				<table cellSpacing="1" cellPadding="0" width="586" bgColor="#a8d70c" border="0">
					<tr>
						<td bgColor="#ffffff">
<table cellSpacing="0" cellPadding="0" width="100%" bordercolordark="#FFFFFF" borderColorLight="#3986CE" border="0">
            <tbody>
              <tr>
               <td vAlign="top" width="100%" align="center">
<table border="0" width="100%" cellspacing="1" cellpadding="3">
<%
set rs=Server.Createobject("ADODB.Recordset")
'分页代码1#######
 if not isempty(request("page")) then   
     pagecount=cint(request("page"))   
     else   
     pagecount=1   
     end if
'分页代码结束1#######
sql="select * from Dat_hf Where xxid ="&intInfoKey&" order by id desc"
rs.open sql,conn,1,1

if rs.eof then%>
				<tr>
					<td bgcolor="#FFFFFF">
					<div align="center">
						<table border="0" width="100%" cellspacing="0" cellpadding="0">
							<tr>
								<td colspan="8">对不起,此信息暂时没有留言!</td>
							</tr>        <TR> 
          <TD background=images/line.gif
                height=1  colspan="8" ></TD>
        </TR></table></div></td></tr>

<%
else
'分页代码2#######
rs.pagesize=10
     if pagecount>rs.pagecount or pagecount<=0 then              
     pagecount=1              
     end if              
     rs.AbsolutePage=pagecount
'分页代码2结束#######
%>          <%if mmm<>0 then         
 	for iisf=1 to mmm * 16      
  		if rs.eof then exit for         
 		rs.movenext         
  	next         
     end if 
      do while not rs.eof%>
					<td bgcolor="#E9FBFF">
					<div align="center">
						<table border="0" width="100%" cellspacing="0" cellpadding="0">
							<tr>
								<td width="20"><%if rs("sex")="保密" then%><img border="0" src="images/bz.gif" width="16" height="18" alt="性别:保密"><%end if%><%if rs("sex")="男" then%><img border="0" src="images/ic_male.gif" alt="性别:男"><%end if%><%if rs("sex")="女" then%><img border="0" src="images/ic_female.gif" alt="性别:女"><%end if%></td>
								<td width="521"><font color="#000080"><%=rs("name")%>:&nbsp; 
								</font><font color="#E10044"><%=rs("tit")%></font></td>
								<td>
								</td>
							</tr>
						</table>
					</div>
</td>
				</tr>
				<tr>
					<td bgcolor="#FFFFFF">
					<div align="center">
						<table border="0" width="100%" cellspacing="0" cellpadding="0">
							<tr>
								<td colspan="8"><p style="line-height: 150%; margin-left: 15px; margin-right: 15px"><%=rs("neirong")%></p></td>
							</tr>        <TR> 
          <TD background=images/line.gif
                height=1  colspan="8" ></TD>
        </TR>
							<tr>
								<td width="3%">
								<img border="0" src="images/time.gif" width="16" height="15"></td>
								<td width="20%"><%=rs("hfsj")%></td>
								<td width="3%">
								<img border="0" src="images/email.gif" alt="<%=rs("email")%>" width="16" height="16"></td>
								<td width="11%"><a href="#" onClick="window.open('xinxi_mail.asp?email=<%=rs("email")%>&id=<% =intInfoKey%>','发送邮件','status=yes,scrollbars=yes,resizable=yes,width=380,height=365')">
								<FONT 
            color=#0000FF><span style="text-decoration: none">邮件回复</span></FONT></a></td>
								<td width="4%">
								<img border="0" src="images/call.gif" width="17" height="12"></td>
								<td width="26%">电话:<%=rs("tel")%></td>
								<td width="18%"><img border="0" src="images/ip.gif" width="16" height="15" alt="IP地址:<%=rs("ip")%>">IP 
								</td>
								<td width="15%"><%if Session("strAccount")<>"" and Session("strPassWord")<>"" then%>
								<a href="delhf_admin.asp?id=<%=rs("id")%>&xxid=<%=intInfoKey%>" target=_blank>
								<img border="0" src="images/del.gif" width="15" height="16" alt="删除此留言"></a><%end if%>
								<%
								xxmem=cstr(rs("xxmem"))
								xxmem1=cstr(Session("intMemberKey"))
								if xxmem=xxmem1 then%>
								<a href="delhf_user.asp?id=<%=rs("id")%>&xxid=<%=intInfoKey%>" target=_blank>
								<img border="0" src="images/del.gif" width="15" height="16" alt="删除此留言"></a><%end if%></td>
							</tr>
						</table>
					</div>
					</td>
				</tr>

⌨️ 快捷键说明

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