# # Simple Guestbook Application # ------------------------------ # Example of a classic guestbook and viewing screen # # Tags used: # IF .. THEN .. /IF # DISPLAY ... /DISPLAY # COUNT # APPEND .. TO FILE=.. TS="," /APPEND # ROW # GOTO # PAGE # # Features # - Entry Validation # - View Guestbook Option # - Saves guests to comma delimited file for easy # integration with mailing list software. /# # set some variables /# Guest1_GuestPage = PAGE Guest1_Book="yjchorses" Guest1_ViewPage = "recordingsview.html" >>