1865Survey and Poll Systemhttp://www.aspemporium.com/aspEmporium/examples/pollAndSurvey.aspThis application can handle an unlimited amount of polls which are stored in a database. Each poll or survey can have up to 5 possible answers although this can be changed easily. Currently coded to allow users to only vote in one survey per session. When this page is displayed, a random survey is selected from the group in the database.
Version 3.0 released on February 16, 2003
Complete rewrite using a VBScript Class design.
Users can now vote one time per survey per session instead of one vote total per session.
Surveys are now randomized based on the total number of surveys in the database. Old versions of the class randomized an id between 1 and 2 which required manual re-coding.
Database connection strings are now properties of the class rather than hardcoded session variables which were problematic.
All known security issues were repaired.ASP > Scripts and Components > Polls and VotingOct 10, 2006
Finally, surveys come to CoverYourASP! I've been wanting to ask you guys and gals questions for a long time, and now I can. It's up to you if you want to answer of course!
Of course, the real benefit to you is that if you tell me what you like I'll probably provide it. If you send in your donations the probability increases rather dramatically!
Take the example survey below if you have the time and inclination. I plan to post more in a special survey category, and start offering incentives to take them.
Afterwards, look at the code. I think you'll be surprised how simple it is to create surveys with this code. This page has one function call in it, with just one parameter - the name of the survey! All questions, answers and results are stored in the database.
There aren't any important instructions when answering these questions - except you don't have to answer any. All are optional - if you don't like a question, or none of the answers are relevant, just move onto the next one!
This is a free ASP poll application developed to be included into any webpage easily. Unlike other Poll applications this has a lot more new features. It includes:
Dynamic generation of polls. No need for form designing or programming.
Administration for poll creation. The administrator can create polls with 2 to 6 possible answers choices.
Any number of Polls can be created and the last poll created will be enabled automatically.
The Poll will be generated instantly just by cutting and pasting the code from a single ASP file into the desired location of your HTML file within your site.
Session cookie settings for avoiding multiple poll entries. Facility to restrict the user from taking the poll more than once.
Site Survey allows you to quickly and easily create a professional survey or customer feedback questionnaire for your web site. Requires a Windows server with ASP and the ability to use an Access database.
This application can handle an unlimited amount of polls which are stored in a database. Each poll or survey can have up to 5 possible answers although this can be changed easily. Currently coded to allow users to only vote in one survey per session. When this page is displayed, a random survey is selected from the group in the database.
Version 3.0 released on February 16, 2003
Complete rewrite using a VBScript Class design.
Users can now vote one time per survey per session instead of one vote total per session.
Surveys are now randomized based on the total number of surveys in the database. Old versions of the class randomized an id between 1 and 2 which required manual re-coding.
Database connection strings are now properties of the class rather than hardcoded session variables which were problematic.
All known security issues were repaired.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.