WebSurvey

Introduction

         WebSurvey is an ASP app that displays a survey and collects the answers to the user. It is Copyrighted 2001, Brain Scan Studios, Inc. and is distributed under the GNU Public License.

Features

  • Displays surveys from a database and collects the answers.
  • Written in ASP (easy 2 modify)

Requirements & Setup

         WebSurvey requires that you are running on a machine able to process ASP scripts (either IIS or some webserver with a plug-in that handles ASP).

Installation:   
   You can either use the MSAccess DB thats provided (requires no changes by you) or you then have to modify the "sDSN" variable to your corresponding ODBC data source. If you create your own database table the tables structure should be: Table Name - Survey, Fields - ID (Identity or Autonumber); Question - Text Field; ANSWER1 - Text Field; ANSWER2 - Text Field; ANSWER3 - Text Field; ANSWER1COUNT - Numeric Field; ANSWER2COUNT - Numeric Field; ANSWER3COUNT - NumericField
 
Include the "survey.asp" (<!--#include file=survey.asp-->) into the asp page you want to display the survey and justcall the method (doSurvey(ID)) with ID being the number of the survey you want to display, make sure the surveyDisplay.asp page is in the same directory as the survey.asp page

Download: WebSurvey


Your Ad Here
©2007 Brain Scan Studios, Inc.