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

📄 pingdital.asp

📁 一个免费的绿叶网上书店请大家提宝贵意见 站长的帐号是   用户名:雨丁香  密码:200505 副站长帐号是   用户名: wangli 密码:197207
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/top3.asp"-->
<% if session("user")="" then response.Redirect("../books/login.asp")%>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="210" height="32" background="../images/bg2.gif">&nbsp;</td>
    <td width="568" rowspan="7" bgcolor="#FFFFFF"> 
      <p><% 
Response.Buffer=true
Response.Expires=0
dim id,sum,you,rs1
  id=request("id")  
   sql="select * from pingjia where id="&id 
   rs.open sql,conn,1,2
   'session("user")=user
%>

<table width="95%" border="1" align="center" cellspacing="1" cellpadding="0" bgcolor="#FFFFFF" bordercolorlight="#000000" bordercolordark="#FFFFFF">
  <tr bgcolor="#304D7C" align="center"> 
    <td colspan="7" align="center"><font size="6" color="#FFFFFF"> <%=user%> </font><font color="#FFFFFF">评价详细资料</font></td>
  </tr>
  <tr bgcolor="#FFCC33" align="left"> 
    <td colspan="7">&nbsp; <%=user%> <font color="#000000">评价详细资料</font></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td width="37%" height="2">客 户 评 价</td>
    <td colspan="6" height="2" width="63%"><div align="left"><%=rs("dengji")%></div></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td width="37%">客 户 留 言</td>
    <td width="63%" colspan="6"> <div align="left"> 
        <% =rs("message") %>
      </div></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td>评 价 时 间</td>
    <td width="63%" colspan="6"><div align="left"><%=rs("addtime")%></div></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td>管理员回复</td>
    <td width="63%" colspan="6"><div align="left"><%if rs("re")=true then %><%=rs("reply")%><% else %>没有回复<% end if %></div></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF"> 
          <td colspan="7"><a href="server.asp">返回</a></td>
  </tr>

</table></p></td>
  </tr>
   <!--#include file="../include/left.htm"-->
</table>
<!--#include file="../include/foot.asp"-->

⌨️ 快捷键说明

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