%@Language = "VBScript"%>
<%
'This page will list all of the guestbook comments
'get from saveguestbook if error
status = ""
status = Request.Querystring("status")
dim today
today = date
SQL = "SELECT * FROM Guestbook WHERE Approved = 'yes' ORDER BY DateEntered desc"
Set RS = Conn.Execute(SQL)
if err then
Response.write "Query failed due to: " & err.description & " "
end if
%>
Melissa MacNeal - Guestbook
GUESTBOOK
<%if status = "Remove" then%>
Your guestbook entry was not allowed.
<%elseif status = "OK" then%>
Thank you for signing our guestbook. Your entry will show up as soon as it is approved.
<%else%>
<%end if%>
Please sign my guestbook and let me know you stopped by.