|
<%
'-----------------------------------------
' ZERO ADMINISTRATION GUESTBOOK - Ver 1.30
' Copyright 2000-05 by Steven HTUT, Myanmars.NET. All rights reserved.
' dev@myanmars.net
'
' This asp code can be used/distributed free of charge, and
' this copyright notice should not be altered.
'-----------------------------------------
' SETUP INSTRUCTIONS
' Pls see at http://www.myanmars.net/download/zaguestbook-asp.htm
'-----------------------------------------
' CONFIGURE YOUR GUESTBOOK
'
Dim strFile, bDay, strBakFile, strDump, SiteTitle, WelcomeMessage, TextAttribute, LineAttribute, BodyAttribute, StyleDesp
SiteTitle = "Millennium Motor Sales Guestbook"
WelcomeMessage = "Welcome to our guestbook. Please share your comments and suggestions about your buying experience with Millennium Motor Sales.We always strive to improve our customer satisfaction and your imput is greatly appreciated."
strFile = Server.MapPath("/millbook/millbook.htm")
strLog = Server.MapPath("/millbook/millbook.log")
LineAttribute = " " 'note the use of single quotes
TextAttribute = ""
BodyAttribute = "" 'note the use of single quotes
StyleDesp = ""
'-----------------------------------------
' DON'T EDIT BELOW THIS LINE (except [an error occurred while processing this directive]
| |