Other interesting CGI applications
- Several buttons on the same page. Even though the cgi program is presenting a new page each time, there is an appearance of the same page changing state. The code.
- table.cgi puts rows of data into a file, then opens the file and presents the data as an html table. The code.
- The LIS503 "Pick a database" cgi application. ShowPage.cgi shows the subscription to each database group. GetInfo.cgi. permits students to add and delete their names to database groups. The code of ShowPage.cgi. The code of GetInfo.cgi. The heart of the application is ProcessInfo.cgi, which opens files, determines if a student name already exists, writes the new contents of the files, etc.