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

📄 con_detail.asp

📁 ASP仿QQ程序 web版的
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="func.dat"-->

<%
	dim id

	id=request.querystring("id")

	sql="select * from users where id="&id&""
	set rs=server.createobject("adodb.recordset")
	rs.open sql, conn, 1,1

%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>流星网盟留言簿</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css"> <body background="image/bg02.gif">

<body background="image/bg01.gif">
<div align="center"><font color="#FFFFFF">主题为 <b><%=rs("title")%></b> 的留言</font><br>
  <br>
  <table  style="border-collapse:collapse" width="550" border="1" cellpadding="2" cellspacing="0" bordercolor="#001000">
    <tr> 
      <td width="20%" rowspan="4" bgcolor="#FFFFD0"><p align="center"><br>
          <%if rs("email")<>"null" then%>
          <%if rs("sex")="男" then%>
          <img src="image/boy.gif" width="32" height="32" border="0" alt="靓仔哟"> 
          <a href="mailto:<%=rs("email")%>" title="给他写信"> 
          <%else%>
          <img src="image/girl.gif" width="32" height="32" border="0" alt="美女呵"> 
          </a><a href="mailto:<%=rs("email")%>" title="给她写信"> 
          <%end if%>
          <%else%>
          <img src="image/head01.gif" border="0" alt="性别不详"> 
          <%end if%>
          <br>
          <%=rs("name")%></a></p>
        <p><font color="#993300">来自:</font><%=rs("address")%><br>
          <%if rs("qq")="真是的,连QQ号没有" then%>
          <font color="#993300">QQ:</font>暂无 
          <%else%>
          <font color="#993300">QQ:</font><a href='http://search.tencent.com/cgi-bin/friend/user_show_info?ln=<%=rs("qq")%>' title='查看<%=rs("name")%>的详细资料' target="_blank" onclick='javascript:window.close()'><%=rs("qq")%></a> 
          <%end if%>
        </p></td>
      <td width="50%" bgcolor="#FFFFCC"><font color="#993300">发表时间:</font><%=rs("submittime")%> 
      </td>
      <td width="30%" bgcolor="#FFFFCC"> <div align="right"> 
          <%if rs("email")="null" then%>
          <img src="image/mailbox.gif" width="16" height="16" alt="没留" style="FILTER: alpha(opacity=30)" > 
          <%else%>
          <img src="image/mailbox.gif" width="16" height="16" alt="<%=rs("email")%>" > 
          <%end if%>
          &nbsp; 
          <%if rs("qq")="真是的,连QQ号没有" then%>
          <img src="image/qq.gif" width="16" height="16" alt="<%=rs("qq")%>" style="FILTER: alpha(opacity=30)" > 
          <%else%>
          <img src="image/qq.gif" width="16" height="16" alt="<%=rs("qq")%>" > 
          <%end if%>
          &nbsp; 
          <%if rs("showip")="0.0.0.0" or rs("showip")="" then%>
          <img src="image/ip.gif" width="13" height="15" alt="不告诉你!" style="FILTER: alpha(opacity=30)" > 
          <%else%>
          <img src="image/ip.gif" width="13" height="15" alt="<%=rs("ip")%>"> 
          <%end if%>
        </div></td>
    </tr>
    <tr> 
      <td width="50%" bgcolor="#FFFFCC"><font color="#993300">相关链接:</font><a href="http://<%=rs("link")%>" target="_blank" onclick='javascript:window.close()'>http://<%=rs("link")%></a></td>
      <td width="30%" bgcolor="#FFFFCC"> <div align="right"><a href="reply.asp?id=<%=rs("id")%>" target="blank" onclick='javascript:window.close()'>回复</a>

⌨️ 快捷键说明

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