Guestbook

The screenshot of main page is here. this application consists of 4 files. first let's set the database with Microsoft SQL Server 6.5. index.asp is the main page to display the threads of messages. it also can be treated as one application of SQLOLE. make sure you must make some page to let users logon, and set Session in that page.
register.asp is used to record the items input in new.asp. new.asp begins a new topic
detail.asp displays the detailed information of certain item.