<%@LANGUAGE="VBSCRIPT"%> <% if Request.Form("FFSubmitted") = "yes" then Dim BodyString Dim objCDO Dim RedirectURL Dim FormFields Dim arrFormFields FormFields = "name~email~companyname~phone~address~name" If FormFields <> "" Then arrFormFields = split(FormFields,"~") End If Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.From = "contact@endl-group.com" objCDO.To = "contact@endl-group.com" objCDO.Cc = "" objCDO.Bcc = "" objCDO.Subject = "Contact Via Eandl-Group.com" BodyString = Replace("","~",chr(13) & chr(10) )& chr(13) If FormFields <> "" Then For Each item In arrFormFields BodyString = BodyString & item & ": " & Request.Form(item) & chr(13) Next End If objCDO.Body = BodyString objCDO.BodyFormat = 1 objCDO.MailFormat = 1 objCDO.Send Set objCDO = Nothing RedirectURL = "http://www.eandl-group.com" If RedirectURL <> "" then If Request.QueryString <> "" Then response.redirect(RedirectURL & "?" & Request.QueryString) else response.redirect(RedirectURL) end If end if end if %> <% MM_EditAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_EditAction = MM_EditAction & "?" & Request.QueryString End If %> E&L Instruments Enquiry Form

Welcome to E and L Instruments Web

Click on this to load our slogan

Click this to go to the Product Summary

Click on this to go to the Software Demos

You can use this form to obtain further information on any of our products and services.
 
Please enter your details below, then click on 'Send to E&L':
 
Your name:
Your e-mail:
Your company name:
Your address:
Your phone number:
Please enter your message:
Now click on the relevant button:
 
 
Thanks for your time in responding to us.


Company Profile | Company Contacts | Technical Support

This web site Copyright © 1998 - 2004 E&L Instruments Ltd. All rights reserved. For sales information and pricing, mail to sales@eandl-group.com For additional information please mail info@eandl-group.com For comments and suggestions about our site please mail webadmin@eandl-group.com