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

📄 list.asp

📁 有没有用DELPHI做的网上评分系统啊 我急需
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>

<body bgcolor="#CCFFFF">
  <center>
  <%
  id=request("id")
  Set rs = conn.Execute("select *from ceocio where id="&id&"")
  %>
  <table border="0" width="595" height="42">
    <tr>
      <td width="595" height="31"><b><a href="<%=rs("url")%>" target="_blank"><%=rs("sitename")%></a></b>的详细得分情况[<a href="index.asp">返回</a>]</td>
    </tr>
    <tr>
      <td width="595" height="1">
        <table border="1" width="100%" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF">
          <tr>
            <td width="20%">评委</td>
            <td width="20%">技术分</td>
            <td width="20%">美工分</td>
            <td width="20%">创意分</td>
            <td width="20%">综合分</td>
          </tr>
          <%
               dim number             '定义评委编号
               do while number<10
               number=number+1
               tt=tt+1
               mm=mm+1
               cc=cc+1
               zz=zz+1
          %>     
          <tr>
            <td width="20%">评委<%=number%></td>
            <td width="20%"><%=rs("t"&tt&"")%></td>
            <td width="20%"><%=rs("m"&mm&"")%></td>
            <td width="20%"><%=rs("c"&cc&"")%></td>
            <td width="20%"><%=rs("z"&zz&"")%></td>
          </tr>
               <%
               loop
               %>
               
          <tr>
            <td width="20%">总分:<font color=red><b><%=rs("total")%></b></font></td>
            <td width="20%"><font color=navy><b><%=rs("t")%></b></font></td>
            <td width="20%"><font color=navy><b><%=rs("m")%></b></font></td>
            <td width="20%"><font color=navy><b><%=rs("c")%></b></font></td>
            <td width="20%"><font color=navy><b><%=rs("z")%></b></font></td>
          </tr><% 
               rs.close
               conn.close
	           %>
        </table>
      </td>
    </tr>
  </table>
  </center>
  <p align="center"><a href="http://www.ceocio.net" target="_blank">西路网络花园</a>设计编程<br>
  1998-2002<br>
  西路科技版权所有</p>
</body>

</html>

⌨️ 快捷键说明

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