QUISP home page My examples |
Live examples .. try them now! |
| 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 code | Description | Try it |
| Simple HTML example. |
Try it: ?rtn=example1&x=0 ?rtn=example1&x=1 ?rtn=example1 | |
| A simple form with one <input> field. | Try it: ?rtn=example2&firsttime=1 | |
| 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 | |
| Set, get, or clear a cookie. | Try it | |
|
|
Capturing input from a <textarea> field. | Try it |
|
|
Capturing input from a set of radiobuttons. Single choice. | Try it Try it initialized to blue |
|
|
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 |
|
|
Capturing input from a single choice select option list. | Try it Try it initialized to D |
|
|
Capturing input from a multiple choice select option list. | Try it Try it initialized to D and F |
|
|
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 code | Description | Try it |
| 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 code | Description | Try it |
|
| 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 code | Description | Try it |
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 code | Description | Try it |
|
|
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. |
|
|
| ||