Quisp demo - Live examples .. try them now!
Quisp
QUISP home page
    My examples


Live examples .. try them now!


Welcome.. You're now using QUISP to generate dynamic content!

  • Simple URL, HTML, cookie, and CGI form component examples
  • Shell interface demo
  • Simple read-only database example using QUISP / SHSQL
  • Dynamic data graphics example
  • Database application using QUISP / SHSQL


  • Simple URL, HTML, cookie, and CGI form component examples   These can be tried now ... they don't update anything. Some examples use two QUISP files, one with a simple form, and the other capturing the submitted result.
    View QUISP codeDescriptionTry it
    simple example 1 Simple HTML example. Try it:
    ?rtn=example1&x=0
    ?rtn=example1&x=1
    ?rtn=example1
    simple example 2 A simple form with one <input> field. Try it:   ?rtn=example2&firsttime=1
    top This is the code that's included at the top of all of the example pages. It renders the banner, sets some environment variables, and can also log the hit. Try it
    cookiedemo1 Set, get, or clear a cookie. Try it
    textarea1
    textarea1_capture
    Capturing input from a <textarea> field. Try it
    radiobuttons1
    radiobuttons1_capture
    Capturing input from a set of radiobuttons. Single choice. Try it
    Try it initialized to blue
    allresponses1
    allresponses1_capture
    Capturing input from a set of checkboxes. None, one, or several can be checked. The form contains a #for loop. Try it
    Try it initialized to c and f
    select1
    select1_capture
    Capturing input from a single choice select option list. Try it
    Try it initialized to D
    select2
    select2_capture
    Capturing input from a multiple choice select option list. Try it
    Try it initialized to D and F
    allresponses2
    allresponses2_capture
    Capturing input from a set of pick lists. The form contains a #for loop. Try it


    QUISP shell interface QUISP includes a powerful interface for executing other programs and capturing the results. This can be tried now ... it doesn't update anything.
    View QUISP codeDescriptionTry it
    shelldemo1 Demo of QUISP's shell interface Try it


    Simple read-only database example using QUISP / SHSQL using CGI form components and SQL SELECT statements. This can be tried now ... it doesn't update anything.
    View QUISP codeDescriptionTry it
    inst_list
    inst_details
    Simple example for browsing institutions. Try it


    Dynamic data graphics example. Options for getting data from a file or via SQL. This example doesn't update anything.
    View QUISP codeDescriptionTry it
    graphic1
    graph.data
    Standalone dynamic graphic example. Choose parameters and generate graphs on the fly. (not available on sourceforge web site)
    (requires setup as described on #graphic manual page)
    This example requires quisp_pl ... and set up as described on the #graphic manual page. If the link doesn't work, check your project config file, esp. the last several lines.


    Database application with data entry/update, and search, using QUISP / SHSQL.
    View QUISP codeDescriptionTry it
    art_menu
    art_list
    art_details
    art_form
    art_saver
    art_cancel
    A database containing listings for works of art. This example includes data entry, data edit, and search capabilities. (Data entry is disabled on the sourceforge web site).

    No password is required to execute updates with this example... but see the "Restricting access" manual page for how to set up password protection and other access restrictions.

    Try it