|
<%@ LANGUAGE="VBSCRIPT" %>
<%
ConnGuestBook_ConnectionString = "DBQ=" & Server.Mappath("..\_database\guestbook.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};"
ConnGuestBook_ConnectionTimeout = 15
ConnGuestBook_CommandTimeout = 30
ConnGuestBook_RuntimeUserName = "admin"
ConnGuestBook_RuntimePassword = ""
%>
<%
If Request("Action") = "newmessage" Then %>
<% End If %>
<%
If Request("ErrorMessage") <> "" Then %>
<% End If %>
<% If Session("ACCESS") = "Yes" Then %>
Return To Admin Area
<% End If%>
GuestBook By www.CJWSoft.com
Top
|