APPLICATION NAME: ClickSurvey! VERSION: 20010725 CHANGES FROM VERSION 20010601 Deleted the file options.asp. This functionality is now in results.asp Added file results_no_vote.asp which shows results with having to first vote. Changed default.asp to show both the survey question and options for active surveys Changed default.asp to show survey options as radio button choices rather than hyperlinks COPYRIGHT: Copyright (c) 2000, 2001 Leo P. Wiedersheim, Jr. DBA ClickTech 11 Robbern Road Hopkinton, MA 01748 USA All Rights Reserved - World Wide EMAIL: leo@clicktech.com WEB: http://www.ClickTech.com DESCRIPTION: A fully functional Active Server Pages (ASP) survey application. Easily incorporated into any exisiting web site that supports ASP. * Does NOT require server based components (COM Objects). * Includes all source code and database files. * All ASP code is fully documented in-line with comments. * Runs "out of the box". * Can easily be modified (if desired) by anyone comfortable with HTML and ASP. * Can easily be used with Microsoft FrontPage web sites. INSTALLATION: To install this application on an existing web site, take the following steps: *Create a directory in your site for ClickSurvey! (e.g., "http://www.yoursite.com/clicksurvey/") *Ask your web server administrator to mark this directory as an "application" using the IIS Microsoft Management Console (MMC) with Script Permissions and Read/Write Access Permissions. *Unzip the ClickSurvey.zip file *Copy the unziped files to your new web site directory *Open the includes/const.asp file and replace the default values with your own (e.g., the URL of your site and your email addresses) ******************************** IMPORTANT SECURITY INFORMATION ******************************** Your database may contain sensitive information! ClickTech is in no way responsible for the safeguarding or security of that information. Please take appropriate precautions in securing your customer's information. *Password protect your database (see Microsoft Access Help Files) *Move your database file to a directory outside of your website (contact your web server administrator for help) *Consider processing any credit card transactions in real-time (see http://www.clicktech.com/payment/) and NOT storing credit card information in the database. *Transmit sensitive data using Secure Socket Layer (SSL) technology. SUPPORT: Email support is available 24 hours a day and all messages are responded to within 24 hours. Go to http://www.clicktech.com/contact.asp to create your message FEATURES: ClickSurvey Features Include: * Dynamic database driven survey and answer lists * Dynamic, graphical charting with legends * Session controled voting (e.g., one vote per survey per session) * Easy to use navigation * Clean, intuitive design integrates with existing websites without requiring re-design Administrator Features Include: * Password restricted access to admin area * Survey administration (create, update, delete, activate, de-activate) * Answer administration (create, update, delete) USER FILES: -default.asp (THIS IS THE CLICKSURVEY HOME PAGE - IT DISPLAYS A DYNAMIC LIST OF ACTIVE SURVEY QUESTIONS) -global.asa (NOT USED) -results.asp (THIS IS WHERE THE SURVEY RESULTS ARE DISPLAYED) INCLUDE FILES (/includes/) -ADOVBS.INC (ADO constants include file for VBScript) -clicksurvey.mdb (THIS IS THE MICROSOFT ACCESS DATABASE FILE) -const.asp (WE USE THIS FILE TO DEFINE SOME SITE-WIDE CONSTANTS) -db.asp (THIS OPENS A DSN-LESS CONNECTION TO THE DATABASE) -footer.asp (CONTAINS SITE-WIDE FOOTER NAVIGATION) -header.asp (CONTAINS SITE-WIDE HEADER NAVIGATION) SYSTEM ADMINISTRATION FILES (/admin/) -admin.asp (THIS IS THE ClickSurvey! ADMIN DEFAULT PAGE. AFTER THE LOGIN CHECK, USERS ARE BROUGHT HERE TO SELECT FROM A TASK) -survey_create.asp (THIS PAGE CREATES THE SURVEY ENTERED IN SURVEY_SEARCH.ASP) -survey_delete.asp (PROCESSES SURVEY DELTETIONS) -survey_search.asp (THIS IS THE SURVEY CREATE AND EDIT PAGE) -survey_update.asp (THIS PAGE PROCESSES SURVEY UPDATES) -db.asp (THIS OPENS A DSN-LESS CONNECTION TO THE DATABASE RELATIVE TO THE ADMIN DIRECTORY) -default.asp (THIS IS THE ClickSurvey! ADMIN LOGIN PAGE) -footer.asp (CONTAINS ADMIN FOOTER NAVIGATION) -header.asp (CONTAINS ADMIN HEADER NAVIGATION) -answer_create.asp ('THIS IS THE SURVEY ANSWER CREATE PAGE, WE COLLECT ITEM INFORMATION AND PASS IT TO answer_CREATE_PROCESS.ASP) -answer_create_process.asp (THIS PAGE TAKES DATA FROM ANSWER_CREATE.ASP AND CREATES AN ANSWER RECORD) -answer_edit.asp (THIS PAGE DISPLAYS AN ANSWER AND ALLOWS THE ADMIN TO EDIT IT) -answer_update.asp (THIS PAGE UPDATES THE DATABASE WITH THE ANSWER RECORD CHANGES MADE IN answer_EDIT.ASPTHIS PAGE FINDS AN ITEM AND ALLOWS THE ADMIN TO EDIT IT) -answer_search.asp (THIS PAGE SEARCHES FOR AN ANSWER TO EDIT) -answer_search_results.asp (THIS PAGE FINDS AN ANSWER AND ALLOWS THE ADMIN TO EDIT IT) -answer_delete.asp (THIS PAGE PROCESSES AN ANSWER DELETE AFTER FIRST CONFIRMING) -login_check.asp (AN INCLUDE PAGE INCLUDED AT THE TOP OF ALL ADMIN PAGES. IT CHECKS FOR VALID LOGIN, IF NOT IT REDIRECTS TO LOGIN PAGE) OTHER APPLICATIONS BY CLICKTECH! -ClickCart! -ClickAuction! -ClickSurvey! -ClickQuote! -ClickSurvey! -ClickQuery! COPYRIGHT: Copyright (c) 2000, 2001 Leo P. Wiedersheim, Jr. DBA ClickTech 11 Robbern Road Hopkinton, MA 01748 USA All Rights Reserved - World Wide EMAIL: leo@clicktech.com WEB: http://www.ClickTech.com