如何使用ASP在自己的网站建立投票机制(一)

2016-01-29 17:54 12 1 收藏

如何使用ASP在自己的网站建立投票机制(一),如何使用ASP在自己的网站建立投票机制(一)

【 tulaoshi.com - ASP 】

  Batman 翻译整理
   
       一个很不错的建立自己的投票系统的ASP程序大家仔细读读,只要能够理解中间的关键技术,就能够在自己的网站上建立自己的投票站了。文件整理得很仓促,希望大家谅解。
   版权所有:
   ASP Polls
   version 1.0
   Tipped Cow Development and Adrenalin Labs
   结构简单介绍:
   ACCESS数据库设计结构:
   poll表主要字段名称:PollName,PollCreator,PollQuestion,Password,Choice1,Choice2
   Choice3,Choice4,Choice5,ID(自动编号),GetName
   pollresults表字段:PollID,PollAnswer,Name
   1.文件db.inc
   <%
      Application("ASP_Poll") = "ASP_Poll"
         cnString = "DRIVER={Microsoft Access Driver     (*.mdb)}; "
         cnString = cnString & "DBQ=" &     Server.MapPath("Events.mdb")
         Application("ASPPollDSN") = cnString
   %
   1.文件creat_poll1.asp
   <% Title="Poll Generator" %
   <head <link rel="STYLESHEET" type="text/css"     href="style.css"
<title<%=Title%<body
<div align="left"<img src="/attachment/portal/jcwcj/2005-12/10/05121001022935866.gif""     width="231" height="90"<brAnother joint product from <a     href="http://www.ncws.com/tippycow"Tipped Cow Development<br<br
   <center

   <%
      Response.Write "<font face='arial'"
      If Request("errormessage") < "" Then
         Response.Write "<bError!    Else
         Response.Write "Please complete the form below to     begin creating your own poll."
      End If
   %
   
   <br<br
   <table border=2 cellspacing=0 cellpadding=0<tr<td
<form method="post" action="create_poll2.asp"

   
   <table border=0 cellspacing=0 cellpadding=10 width=500<tr
  <td colspan=2 bgcolor=#000000 align=center class="bold2"
   Enter Your Name as the Poll Creator
       <td bgcolor=#ffffff width=25% class="bold"Poll     Creator:  <td bgcolor=#ffffff
   <input type="text" name="creator"     value="<%=Request("creator")%" size=20     class="input"
  
   <tr<td

   <table border=0 cellspacing=0 cellpadding=10 width=500<tr
  <td colspan=2 bgcolor=#000000 align=center class="bold2"
   Create a Password For Your Poll So That You Can Modify It At A
      Later Time
       <td bgcolor=#ffffff width=25% class="bold"Poll Admin     Password:  <td bgcolor=#ffffff
   <input type="password" name="password"     value="<%=Request("password")%" size=10 maxlength=10 maxsize=10     class=input
  <

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/asp/)

来源:http://www.tulaoshi.com/n/20160129/1503492.html

延伸阅读
标签: ASP
  Overview A wise programmer once said, "The one constant in computing is change." There couldn't be a truer statement. This article is about such change, specifically moving from HTML to the next generation, XHTML (Extensible Hypertext Markup Language). This article includes the following sections...
标签: Web开发
最近搜索建站方面的资料时,发现了很多“建站攻略”、“一体化建站”等攻略,内容是新手(指刚刚接触互联网或者网站建设的人)如何建造一个自己的网站。但是涉及到的相关信息和资料都比较久远了,不适合目前的互联网环境。因此,为了与时俱进,让新接触动易的新手能轻松的拥有自己的网站,就有了这篇文章。 相比两年前,如今要制作一...
标签: ASP
  在目前的网站统计系统决大部分都是CGI的,但编写起来特别复杂,而ASP学起来简单,更有和数据库结合的优点,所以结合自己曾经做过的网站统计系统,和大家探讨一下ASP编写网站统计系统。 大家都看过网易的网站统计系统,它可以统计总访问量,每日平均访问量,当日访问量,最高访问量,最高访问日期,日流量分析,月流量分析,周流量...
标签: ASP
一般的动态网站需要通过表单来收集用户信息,或者实现与用户的交互,虽然我们相信绝大多数人士既然选择了填写表单就会认真的完成,但是亦不能避免无聊人士乱填表单,况且即使一个正常用户在填写过程中也会无意识的出现一些填写错误,或者他们忘记了填某些选项。通常为了避免这种情况,开发者会给表单加一个验证的过程,在表单数据提交到服务器之...
  经常在CSDN上查阅名位大侠的文章,得益不少,近期因做一个项目,需要用到交叉表,报表上倒是有,但客户要求在Grid上能操作,没有办法,只好自己写了一段代码用于普通查询到交叉表的实现,不敢独享,故上传,望能抛砖引玉,请名位大侠不吝指教。 function CreateTmptab(const AFieldDefs:TFieldDefs):TDataSet; var...

经验教程

263

收藏

81
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部