%@ Language=VBScript%>
<%
option explicit
dim flag
if request.form="" then
flag=""
else
flag = request.form("Flag")
end if
%>
G Gordon Allen Guest Book
gordonallen.org Guest Book
<%
If flag = "" then
%>
<% end if %>
<%
If Flag = "on" then
dim FirstName, LastName, Address, City, State, Zip, Country, Email, Phone, Age
FirstName = Request.form("FirstName")
LastName = Request.form("LastName")
Address = Request.form("Address")
City = Request.form("City")
State = Request.form("StateProvince")
Zip = Request.form("Zip")
Country = Request.form("Country")
Email = Request.form("Email")
Phone = Request.form("Phone")
Age= Request.Form("Age")
%>
gordonallen.org Guest Book Confirmation
Thank you <%=FirstName%> <%=LastName%> for using our guest book.
You have submitted the following information.
If you would like to make changes, please use the appropriate button below. Use the Submit
button to submit this entry as it is.