%@Language = "VBScript"%> <% 'guestbook.asp 'pull entries from database 'connect to db %> <% SQL = "SELECT * from Guestbook WHERE approved = 'yes' ORDER BY DateEntered desc" Set RS = Conn.Execute(SQL) status = Request.QueryString("status") on error resume next %>
![]() |
|
![]() |
|||||||||||
![]() <% if status = "OK" then%>Thank you for signing Marliss's guestbook. Your entry will appear after it has been approved. <%elseif status = "Remove" then%>Your entry is not allowed. <%end if%> Please take a moment to sign my guestbook.View Guestbook<% if NOT RS.EOF then do while NOT RS.EOF%>
|
There are no guestbook entries at this time. <%end if%>
Contact the webmaster |
|
| ||||||||||