<% 'CONDITION TEST If Request("a") = "b" Then Call Confirm Else Call FillForm End If %> <%sub FillForm%>
Forest Pond Cottage
8994 Number Four Road
Lowville, NY 13367
ph. (315) 376-4433
fax (315) 376-8022
mail@forestpondcottage.com
*
Your name or other contact name:
*
Your email address:
*
Telephone with area code:
Specific Arrival Date (Ex. May 3, 2004):
Length of Stay (Nights/Weeks/Months):
Number in Party (Adults & Childern):
Pets joining you? (Number & Description):
*
Enter specific questions and comments:
<%End Sub%> <%Sub Confirm%> <% 'VARIABLES name = Request.Form("admin_name") email = Request.Form("admin_email") phone = Request.Form("admin_phone") arrival = Request.Form("admin_arrival") length = Request.Form("length") number = Request.Form("number") pets = Request.Form("admin_pets") text = Request.Form("admin_text") %>