asp 在线调查系统

<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">
<LINK href="new.css" rel=stylesheet type=text/css>
<title>asp 在线调查系统</title>
<meta name="Microsoft Border" content="none">
<style type="text/css">
<!--
.test {  font-size: 13px}
-->
</style>
</head>

<body>
<%
   dim conn  
   dim connstr
   connstr="DBQ="+server.mappath("vote.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
     set conn=server.createobject("ADODB.CONNECTION")
     conn.open connstr

dim rs
dim sql
dim selecta
dim selectb
dim selectc
dim selectd
dim selecte
dim selectf
dim selectg
dim selecth
dim selecti
dim selectj
dim total
set rs=server.createobject("adodb.recordset")
sql="select * from vote where id=1"
rs.open sql,conn,1,1
if not rs.eof then
total=rs("selecta")+rs("selectb")+rs("selectc")+rs("selectd")+rs("selecte")+rs("selectf")+rs("selectg")+rs("selecth")+rs("selecti")+rs("selectj")
selecta=(rs("selecta")/total)*100
selectb=(rs("selectb")/total)*100
selectc=(rs("selectc")/total)*100
selectd=(rs("selectd")/total)*100
selecte=(rs("selecte")/total)*100
selectf=(rs("selectf")/total)*100
selectg=(rs("selectg")/total)*100
selecth=(rs("selecth")/total)*100
selecti=(rs("selecti")/total)*100
selectj=(rs("selectj")/total)*100
      response.write "<table  cellspacing=0 cellpadding=0 border=1 valign='middle' width='100%' height='100%' align='center' bordercolor='#ffffff' ><tr><td bgcolor='#f7f3f7' bordercolor='#808080'>"
      response.write "<p align=center>::: 调 查 结 果 :::</p>" %>
<span class="test"><br>
</span>
<p class="test">[目前共有<b><font color="#FF0000"><%=total%></font></b>人参与本站调查]<br>
  <br>
  &nbsp;
<table width="424" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">城市花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selecta*2)%> height=10>&nbsp;<%=rs("selecta")%>人
      占:<%=round(selecta,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">新世界花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectb*2)%> height=10>&nbsp;<%=rs("selectb")%>人
      占:<%=round(selectb,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">景湖花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectc*2)%> height=10>&nbsp;<%=rs("selectc")%>人
      占:<%=round(selectc,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">东泰花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectd*2)%> height=10>&nbsp;<%=rs("selectd")%>人
      占:<%=round(selectd,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">新世纪豪园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selecte*2)%> height=10>&nbsp;<%=rs("selecte")%>人
      占:<%=round(selecte,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">景峰高尔夫别墅:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectf*2)%> height=10>&nbsp;<%=rs("selectf")%>人
      占:<%=round(selectf,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">时富花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectg*2)%> height=10>&nbsp;<%=rs("selectg")%>人
      占:<%=round(selectg,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">雍华庭花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selecth*2)%> height=10>&nbsp;<%=rs("selecth")%>人
      占:<%=round(selecth,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">金泽花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selecti*2)%> height=10>&nbsp;<%=rs("selecti")%>人
      占:<%=round(selecti,2)%>% </td>
  </tr>
  <tr>
    <td width="147" class="test" height="20">
      <div align="right">东湖花园:</div>
    </td>
    <td width="277" class="test" height="20"><img src=redbar.gif width=<%=int(selectj*2)%> height=10>&nbsp;<%=rs("selectj")%>人
      占:<%=round(selectj,2)%>%
      <% 
else 
  response.write "目前还没有人投票,欢迎您投票!" 
end if 
rs.close 
set rs=nothing 
conn.close 
set conn=nothing 
%>
    </td>
  </tr>
</table>
</body>

时间: 2024-10-31 04:23:39

asp 在线调查系统的相关文章

php 网上在线调查系统源码-投票实例

html代码    代码如下 复制代码 <html> <head> <title>调查表</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor="#FFFFFF"> <?php // 定义显示表单函数 functio

用ASP学做一个在线调查

关于在线调查大家一定不会陌生吧,给出一个问题和数个答案,让用户填写,然后把结果保存到数据库,自动进行统计,最后给出个统计的图.这期的跟我学做就来做一个在线调查系统. 一.功能设计 这么简单的系统也要做功能设计?有的人也许会觉得奇怪,不过话说回来不管怎么样的系统,先做功能设计总是能对系统有个比较清析的了解.让我们来看看在线调查的功能吧.基本的功能上面已经说了,就是要给出一个问题和数个答案,然后统计,最后给出图.在这个基础上,我们可以考虑给一个调查加上一个时间段(有效期),在这个时间段里调查是有效的

用ASP开发一个在线考试系统

在线 本文所介绍的应用程序是以ASP编程的初学者为读者的.虽然这个例子非常简单,但是它对于那些试图在线对他们的雇员.学生或客户进行考试的组织是非常有用的. 关于这个应用程序 我们的应用程序中的第一个界面包含在index.asp 中,由一个注册页组成,其中有两个输入域,一个是用户名,另一个是口令.非会员要想参加考试的话必须要注册.这一页是初始屏幕,为用户提供用户名和口令的输入框. 开发一个在线考试系统-asp在线考试系统"> 需要注意的是,这两个将要批准的会员域应该有客户机端的JavaScr

用ASP学做一个在线调查(1)

关于在线调查大家一定不会陌生吧,给出一个问题和数个答案,让用户填写, 然后把结果保存到数据库,自动进行统计,最后给出个统计的图.这期的跟我学 做就来做一个在线调查系统. 一.功能设计 这么简单的系统也要 做功能设计?有的人也许会觉得奇怪,不过话说回来不管怎么样的系统,先做功 能设计总是能对系统有个比较清析的了解.让我们来看看在线调查的功能吧.基 本的功能上面已经说了,就是要给出一个问题和数个答案,然后统计,最后给出 图.在这个基础上,我们可以考虑给一个调查加上一个时间段(有效期),在这 个时间段

php 网上在线调查投票系统源码实例

今天我们要为php教程学者提供一款php 网上在线调查系统源码教程,这是一款从html到php的简单的应用实例,就是关于在线投票系统代码. html代码 <html> <head> <title>调查表</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgc

跟我学做在线调查(一)

在线 写在前面 关于在线调查大家一定不会陌生吧,给出一个问题和数个答案,让用户填写,然后把结果保存到数据库,自动进行统计,最后给出个统计的图.这期的跟我学做就来做一个在线调查系统. 一.功能设计 这么简单的系统也要做功能设计?有的人也许会觉得奇怪,不过话说回来不管怎么样的系统,先做功能设计总是能对系统有个比较清析的了解.让我们来看看在线调查的功能吧.基本的功能上面已经说了,就是要给出一个问题和数个答案,然后统计,最后给出图.在这个基础上,我们可以考虑给一个调查加上一个时间段(有效期),在这个时间

用ASP.NET 2.0设计网络在线投票系统

asp.net|设计|投票|网络|在线 一.系统功能设计和数据库设计 1.系统功能设计和数据库设计 1.1 系统功能设计 网络在线投票系统实现的功能比较简单,具体如下: ◎投票项目的管理: ◎添加投票的项目: ◎删除投票的项目: ◎对项目进行投票: ◎查看项目的投票情况. 1.2 数据库设计 本系统的数据库设计比较简单,只需要存储投票的信息即可.在SQL Server 2000中创建一个数据库,名称为"WebVoteDB",并在该数据库中创建投票项目表Votes.其中"Vot

用ASP制作张扬个性的调查系统

随着网络的普及,网上调查往往能达到较好的效果.在自己的个人站点上放一个趣味问题调查板,着实能为网站添色不少:况且通过调查结果你能更多更准确了解网友对自己站点的看法.作为Webmaster,如果你的网站也需要就某个主题进行调查,而你又讨厌使用别人免费提供的调查板(免费往往是要付出代价的,比如打广告!),那么我建议你花十几分钟时间看完这篇介绍用ASP制作调查板的文章.你只要把文中的代码Copy到你的机子上,稍做修改,你立即就拥有一个属于你自己的个性化调查板.好了,打起精神往下看吧. 本调查板共有三个

用ASP开发试题库与在线考试系统(1)

摘 要 利用网络和数据库技术,结合目前硬件价格普遍下跌与宽带网大力建设的有利优势,我们基于B/S模式研究开发了试题库与在线考试系统这一ASP应用程序.它运用方便.操作简单,效率很高,现阶段虽只实现了试卷的客观题部分,但已具有试题(卷)录入.修改和查询,手工组卷与自动组卷以及进行在线考试等重要功能,也就是说实现了真正的无纸化考试,满足任何授权的考生随时随地考试并迅速获得成绩,并给出其详细的成绩分析与试卷评估,同时也大大减轻了教师出题.组卷和改卷等繁重的工作量. 引 言 现阶段,学校与社会上的各种考