Complite your website with guest book aplication. there are any file to create a guest book with ASP. first time you must make a database with Ms Access to saving your record/data. example guest.mdb, make the field like this:
Field Name Data Type
Id Auto Number
Name Text (75)
Address Text (225)
Work Text (200)
Comment Memo
Confirm Text (1)
Date Date/Time
Answear Text (225)
Saving the table and give name is Guest .
