Smalltalk/X WebserverSmalltalk Dynamic Web Pages - Source of WebDemoApp1-test6: | |
test6:aRequest "send a file - requires a test6.html file to be found under the htmldialogs directory." "/aRequest nextPutLine:('htmldialogs/test6.html' asFilename contents asString) |replyPresenter| replyPresenter := aRequest replyPresenter. replyPresenter title:'Test6'. replyPresenter parametersAt:#secondHeadLine put:'Test6'. aRequest nextPutLine:'<h1>This test is not available</h1>'. self addLinksForSource:#'test6:' previous:#'test5:' next:#'test7:' to:aRequest.
Edit (disabled)
| |
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 21 Dec 2024 12:56:05 GMT |