%
' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.
On Error Resume Next
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "1" Then
Err.Clear
Set fp_conn = Server.CreateObject("ADODB.Connection")
FP_DumpError strErrorUrl, "Cannot create connection"
Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "Cannot create record set"
fp_conn.Open Application("contact_us_ConnectionString")
FP_DumpError strErrorUrl, "Cannot open database"
fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
FP_DumpError strErrorUrl, "Cannot open record set"
fp_rs.AddNew
FP_DumpError strErrorUrl, "Cannot add new record set to the database"
Dim arFormFields1(10)
Dim arFormDBFields1(10)
arFormFields1(0) = "fax"
arFormDBFields1(0) = "fax"
arFormFields1(1) = "telephone"
arFormDBFields1(1) = "telephone"
arFormFields1(2) = "Email"
arFormDBFields1(2) = "Email"
arFormFields1(3) = "webdevelopment"
arFormDBFields1(3) = "webdevelopment"
arFormFields1(4) = "Name"
arFormDBFields1(4) = "Name"
arFormFields1(5) = "sage"
arFormDBFields1(5) = "sage"
arFormFields1(6) = "computertraining"
arFormDBFields1(6) = "computertraining"
arFormFields1(7) = "Address"
arFormDBFields1(7) = "Address"
arFormFields1(8) = "Question"
arFormDBFields1(8) = "Question"
arFormFields1(9) = "sendabrochure"
arFormDBFields1(9) = "sendabrochure"
FP_SaveFormFields fp_rs, arFormFields1, arFormDBFields1
If Request.ServerVariables("REMOTE_HOST") <> "" Then
FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name"
End If
If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then
FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type"
End If
FP_SaveFieldToDB fp_rs, Now, "Timestamp"
If Request.ServerVariables("REMOTE_USER") <> "" Then
FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name"
End If
fp_rs.Update
FP_DumpError strErrorUrl, "Cannot update the database"
fp_rs.Close
fp_conn.Close
FP_FormConfirmation "text/html; charset=windows-1252",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"contact_us.htm",_
"Return to the form."
End If
End If
%>
Contact us
'Working with Zilcom was a
pleasure.Angela, our Sage Trainer was both easy to work with and
helpful, throughout the installation
of our software.'
Wakely Engineering
Accounting and
Internet Solutions
for Growing Businesses
Contact us
If you have any questions that you'd like us to answer, please
fill in the form below and submit directly to us. The boxes marked * are
required
Name *
Address
Telephone number*
Fax number
E-Mail Address
Send me a brochure
Yes
No
Are you interested in:
Sage Yes
No
Web Development Yes
No
Computer Training Yes
No