Click here to Skip to main content
15,885,748 members
Articles / Programming Languages / VBScript

ASP Guestbook Application

Rate me:
Please Sign up or sign in to vote.
4.33/5 (8 votes)
17 Oct 2000CPOL 884K   1.8K   45   147
A simple guestbook application using ASP and an Access database
  • Download source files - 15 Kb

    Overview

    This is a small ASP (Microsoft Active Server Pages) application that implements a guestbook.

    The guestbook has the following main-functionality:

    • Display entries with author-name, e-mail, date and text
    • Administration mode: delete entries
    • Navigation: jump to first page, last page, previous page, next page, discrete pages

    The sample is ready-to-use. As-few-as-possible HTML-formating (e.g. fonts) is done in order to keep it clear. You could modify the following things:

    • Change the language of the texts
    • Adjust the design to your needs
    • Extend the functionality (please e-mail me, if you improved it, since I'm very interested in any improvements)

    Details

    The guestbook stores its entries in a Microsoft Access 2000 database (Access 97 works quite well, too - just convert the database) and accesses the database using ADO (Microsoft ActiveX Data Objects, see http://www.microsoft.com/data/ado/). To use the Access 2000 database, you probably need the latest version of the Microsoft Data Access Components (MDAC, also from http://www.microsoft.com/data/ado/).

    I tried to comment the ASP code as well as I can. When you look through it with a syntax-coloring editor, you should find the comments quite easily. I also tryied to minimize the allways-present problem of having code mixed with design/content be separating ASP from HTML as much as I can. Still I wanted to keep all things in one file to make it compact. So the ASP pages became a bit longer than it normally would.

    I'm running this guestbook under a german version of NT 4.0 server, service pack 6a (the 'a' is very important). Altough, SP 4 or 5 should be no problem, too.

    A last tip for editing ASP files: I tried a lot of editors (including Frontpage, InterDev, etc.), I found the most usable program is EditPlus, which you can find on http://www.editplus.com/.

    Please feel free to ask any questions you have by e-mail: keim@zeta-software.de.

    History

    18 Oct 2000 - updated script.

  • License

    This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


    Written By
    Chief Technology Officer Zeta Software GmbH
    Germany Germany
    Uwe does programming since 1989 with experiences in Assembler, C++, MFC and lots of web- and database stuff and now uses ASP.NET and C# extensively, too. He has also teached programming to students at the local university.

    ➡️ Give me a tip 🙂

    In his free time, he does climbing, running and mountain biking. In 2012 he became a father of a cute boy and in 2014 of an awesome girl.

    Some cool, free software from us:

    Windows 10 Ereignisanzeige  
    German Developer Community  
    Free Test Management Software - Intuitive, competitive, Test Plans.  
    Homepage erstellen - Intuitive, very easy to use.  
    Offline-Homepage-Baukasten

    Comments and Discussions

     
    GeneralRe: testbook Pin
    ab30-Aug-00 14:21
    ab30-Aug-00 14:21 
    GeneralRe: testbook Pin
    fsddsfds4-Sep-00 11:33
    sussfsddsfds4-Sep-00 11:33 
    GeneralRe: testbook Pin
    rweqr12-Sep-00 1:09
    rweqr12-Sep-00 1:09 
    Generalstkjhkhjkh Pin
    Member 285461912-Sep-00 2:07
    Member 285461912-Sep-00 2:07 
    GeneralRe: testbook Pin
    wwwaaattt19-Sep-00 8:45
    wwwaaattt19-Sep-00 8:45 
    GeneralTest Pin
    testname2-Aug-00 4:00
    testname2-Aug-00 4:00 
    GeneralRe: Test Pin
    sdfsd30-Aug-00 0:03
    sdfsd30-Aug-00 0:03 
    Generalmax. 255 char test Pin
    muiiyuiyioi29-Jul-00 3:36
    muiiyuiyioi29-Jul-00 3:36 
    Generalf*** usa kakakaka Pin
    fuck20-Jul-00 17:00
    fuck20-Jul-00 17:00 
    GeneralRe: f*** usa kakakaka Pin
    SFSS12-Sep-00 11:05
    SFSS12-Sep-00 11:05 
    GeneralUmmm Pin
    aaah26-Jun-00 21:07
    aaah26-Jun-00 21:07 
    Generalryj Pin
    ghj15-Jun-00 7:31
    ghj15-Jun-00 7:31 
    GeneralRe: ryj Pin
    ghj15-Jun-00 7:31
    ghj15-Jun-00 7:31 
    GeneralGB Pin
    Noel14-Jun-00 21:23
    Noel14-Jun-00 21:23 
    GeneralHummm.... Pin
    WestBloot9-Jun-00 6:50
    sussWestBloot9-Jun-00 6:50 
    GeneralTesting GB Pin
    test1237-Jun-00 11:20
    test1237-Jun-00 11:20 
    GeneralRe: Testing GB Pin
    Anonymous20-Oct-02 13:43
    Anonymous20-Oct-02 13:43 
    Generalwho knows Pin
    ituotty2-May-00 8:18
    sussituotty2-May-00 8:18 
    Generalmsg for author Pin
    Igor Rendulic13-Apr-00 4:54
    sussIgor Rendulic13-Apr-00 4:54 
    GeneralTesting Pin
    Eric Yao3-Apr-00 18:06
    Eric Yao3-Apr-00 18:06 
    Generalww Pin
    Member 1081011129-Mar-00 6:14
    Member 1081011129-Mar-00 6:14 
    GeneralRe: ww Pin
    Member 1081011129-Mar-00 6:15
    Member 1081011129-Mar-00 6:15 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.