<%@LANGUAGE="JAVASCRIPT"%> <% // *** Edit Operations: declare variables // set the form action variable var MM_editAction = Request.ServerVariables("SCRIPT_NAME"); if (Request.QueryString) { MM_editAction += "?" + Server.HTMLEncode(Request.QueryString); } // boolean to abort record edit var MM_abortEdit = false; // query string to execute var MM_editQuery = ""; %> <% // *** Insert Record: set variables if (String(Request("MM_insert")) == "cntForm") { var MM_editConnection = MM_elifeconn_STRING; var MM_editTable = "Contact"; var MM_editRedirectUrl = "thanx.htm"; var MM_fieldsStr = "fname|value|Sex|value|address1|value|State|value|country|value|phone|value|email|value|comment|value"; var MM_columnsStr = "cName|',none,''|Sex|',none,''|Address|',none,''|State|',none,''|Country|',none,''|Telephone|',none,''|Email|',none,''|Comment|',none,''"; // create the MM_fields and MM_columns arrays var MM_fields = MM_fieldsStr.split("|"); var MM_columns = MM_columnsStr.split("|"); // set the form values for (var i=0; i+1 < MM_fields.length; i+=2) { MM_fields[i+1] = String(Request.Form(MM_fields[i])); } // append the query string to the redirect URL if (MM_editRedirectUrl && Request.QueryString && Request.QueryString.Count > 0) { MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString; } } %> <% // *** Insert Record: construct a sql insert statement and execute it if (String(Request("MM_insert")) != "undefined") { // create the sql insert statement var MM_tableValues = "", MM_dbValues = ""; for (var i=0; i+1 < MM_fields.length; i+=2) { var formVal = MM_fields[i+1]; var MM_typesArray = MM_columns[i+1].split(","); var delim = (MM_typesArray[0] != "none") ? MM_typesArray[0] : ""; var altVal = (MM_typesArray[1] != "none") ? MM_typesArray[1] : ""; var emptyVal = (MM_typesArray[2] != "none") ? MM_typesArray[2] : ""; if (formVal == "" || formVal == "undefined") { formVal = emptyVal; } else { if (altVal != "") { formVal = altVal; } else if (delim == "'") { // escape quotes formVal = "'" + formVal.replace(/'/g,"''") + "'"; } else { formVal = delim + formVal + delim; } } MM_tableValues += ((i != 0) ? "," : "") + MM_columns[i]; MM_dbValues += ((i != 0) ? "," : "") + formVal; } MM_editQuery = "insert into " + MM_editTable + " (" + MM_tableValues + ") values (" + MM_dbValues + ")"; if (!MM_abortEdit) { // execute the insert var MM_editCmd = Server.CreateObject('ADODB.Command'); MM_editCmd.ActiveConnection = MM_editConnection; MM_editCmd.CommandText = MM_editQuery; MM_editCmd.Execute(); MM_editCmd.ActiveConnection.Close(); if (MM_editRedirectUrl) { Response.Redirect(MM_editRedirectUrl); } } } %> Contact_us.asp

Welcome to elifeonline.com. Our editorial Know more about us. Speak to us. Contact us. Can you write for us? Give a helping hand.
Have you prayed today? Tell us your testimonies. Readers become leaders. Advertise with us. Websites by Livingprojects Media Network. What we can do for you. Response to elifeonline.com.
All our past editions. Let Christians advise you. Start and contribute to Christian issues. What the good book says. Wisdom from Africa. News from African Churches. Get linked to us.
We publish that Christians may prosper in all they lay their hands upon.
Livingprojects Media Network
112, Aladelola Street,
by Apaola Street,
Ikosi-Ketu, Lagos, Nigeria.
Telephone Numbers
+234-803-719-5091
+234-802-424-7404,
+234-1-794-1627
Email Contact:: editor@elifeonline.com info@elifeonline.com
Contact Information

Field marked * are compulsory.

Names*
Sex*
Address*
State*
Country*
Phone
Email* yourname@domain.com
Comment/Questions
Home .l .About us. l. Feedback. l. Prayer room. l .Our sites. l .Bookstand. l. Support us. l . Mailbox. l .Jokes
Contact us. l .Submit articles. l. Testimonies. l .Discussion Board . l Are you in Crisis?. l .News. l .Quotes. l..Proverbs