|
 |
|
|
|
|
|
|
|
| |
| |
|
|
|
2727 SW 119th St
OKC, OK 73170
405-692-4242
Services at:
8:15, 9:30, 10:50a
|
 |
|
 |
 |
|
<%
If Request("txtPrayer") <> "" then
Session("sFirstName")=Request("txtFirstName")
Session("sLastName")=Request("txtLastName")
Session("sPhone")=Request("txtPhone")
Session("sEmail")=Request("txtEmail")
Session("sContact")=Request("txtContact")
Session("sConfidential")=Request("txtConfidential")
Session("sChain")=Request("txtChain")
Session("sPrayer")=Request("txtPrayer")
response.Redirect("process.asp")
End if
%>
|
 |
|
|
 |
|