(servlet (page) (case page ((#null) {

multipage.servlet

this servlet contains several pages: Just add "?page=XXXX" to the end of the URL and hit the enter key to go to the specified page, where XXXX is one of the following: If you want you can use a form to select which page to visit. }) (("a") {This is the first page}) (("b") {This is the second page}) (("brandeis") {This page is for people who like Brandeis}) (("japan") {Konichi-wa! Ii tenki desu, ne?}) (("XXXX") {You are being too literal! go back and try again.}) (("form") {

Here is a form to select which page to visit


}) (else {I don't know about that page!}) ) )