<%@ language=JScript %> <% Response.buffer = true; %> <% var strSQL; var strAction; var strLoad; var strConn; var strCountry; if (String (Request ("source")) == "inquiry") { strLoad = ''; strAction = 'thankyou'; strSQL = "INSERT INTO tblInquiries (strTopic, strCountry, strState, strEMail, strInquiry) VALUES ('"; strSQL += codeSQL (String (Request ("topic"))) + "', '"; strTemp = String (Request ("c")); switch (strTemp) { case 'US': strCountry = String (Request ("state")); strSQL += "US', '" + codeSQL (strCountry) + "', '"; strCountry = strCountry + ', US'; break; case 'CANADA': strCountry = String (Request ("province")); strSQL += "Canada', '" + codeSQL (strCountry) + "', '"; strCountry = strCountry + ', Canada'; break; case 'OTHER': strCountry = String (Request ("country")); strSQL += codeSQL (strCountry) + "', '', '"; break; default: strCountry = ''; strSQL += "', '', '"; break; } strSQL += codeSQL (String (Request ("email"))) + "', '"; strSQL += codeSQL (String (Request ("inquiry"))) + "')"; connData = new ActiveXObject ("ADODB.Connection"); if (String (Request.ServerVariables ("LOCAL_ADDR")) == "10.0.0.224") { strConn = 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\livedata\\christiantreasury\\www\\data\\inquiry.mdb'; } else { strConn = 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\livedata\\christiantreasury\\www\\data\\inquiry.mdb'; } connData.Open (strConn); connData.Execute (strSQL); connData.Close (); } else { strLoad = ' onload="javascript:doUS()"'; strAction = 'form'; } function codeSQL (strIn) { return (strIn.replace (new RegExp ("'", "g"), "''")); } %> Christian Treasury - Contact Us <% if (strAction == 'form') { %> <% } else { %> <% } %>

Christian Treasury

"For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life. John 3:16 (NIV)

   Home   News   Apologetics    Doctrine    Evil    Links    Scripture    Jesus    Human Will    Law    Russian    Русский   
<% if (strAction == 'form') { %> <% } else { %> <% } %>

We welcome your inquiries

The simplest way to contact us is via email. Our email address is: info683@yahoo.com

You may submit your inquiry to us by entering your inquiry or comment on the following form.  Most of your inquiries and our responses will be posted on this web site in the Inquiry section.   So, sometimes, we will not respond to you directly via email.  Instead, look for your response in the Inquiry Index.  However, if you would like us to respond to you via email, it will be necessary for you to include your email address on the form.   

If there are any errors—factual, spelling, or grammatical, we would like to know about them.  By being informed of these errors, we will be able to improve this site.

Thank you for your input.

Yours by Grace

Topic:
Inquiry:
Country:
United States        Select State: 
Canada:    Select Province: 
Other Country   Select Country: 
Email Address:
  
  

Thank you!

Thank you for your inquiry!  The following information was recorded by our server.
Check back soon to find a response to your inquiry.

Topic: <%= String (Request ("topic")) %>
Inquiry: <%= String (Request ("inquiry")) %>
Country: <%= strCountry %>
Email: <%= String (Request ("email")) %>




Last edited 10/04/2000
Top of Page.