<%@LANGUAGE=JAVASCRIPT%> <%Response.Expires=-1%> <% var submit = String(Request.Form("submit")); if (submit == "submit") { //SEND EMAIL TO WEBMASTER var strIntro, strBody, objCDOMail; strIntro = "A visitor to the Allplastics Engineering website has sent a message. The details are:" + "\n\n"; strBody = "Title = " + Request.Form("title") + "\n"; strBody = strBody + "First Name = " + Request.Form("fname") + "\n"; strBody = strBody + "Surname = " + Request.Form("sname") + "\n"; strBody = strBody + "Company = " + Request.Form("company") + "\n"; strBody = strBody + "Address = " + Request.Form("address") + "\n"; strBody = strBody + "Suburb = " + Request.Form("suburb") + "\n"; strBody = strBody + "State = " + Request.Form("state") + "\n"; strBody = strBody + "Postcode = " + Request.Form("pcode") + "\n"; strBody = strBody + "Country = " + Request.Form("country") + "\n"; strBody = strBody + "Telephone = " + Request.Form("phone") + "\n"; strBody = strBody + "Extension = " + Request.Form("extension") + "\n"; strBody = strBody + "Contact Number Type = " + Request.Form("contacttype") + "\n"; strBody = strBody + "Mobile = " + Request.Form("mobile") + "\n"; strBody = strBody + "Fax = " + Request.Form("fax") + "\n"; strBody = strBody + "Email = " + Request.Form("email") + "\n"; strBody = strBody + "Industry = " + Request.Form("industry") + "\n"; strBody = strBody + "Industry Type = " + Request.Form("industrytype") + "\n"; strBody = strBody + "Contact Me = " + Request.Form("contactby") + "\n"; if (Request.Form("placeorder")) { strBody = strBody + "Place Order = " + Request.Form("placeorder") + "\n"; } if (Request.Form("addme")) { strBody = strBody + "Add To Mailing List = " + Request.Form("addme") + "\n"; } strBody = strBody + "Message = " + Request.Form("message") + "\n"; var objConfig = Server.CreateObject("CDO.Configuration"); var Flds = objConfig.Fields; Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2; Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "localhost"; Flds.Update(); var objCDOMail = Server.CreateObject("CDO.Message"); objCDOMail.Configuration = objConfig; objCDOMail.From = "sales@allplastics.com.au"; objCDOMail.To = "sales@allplastics.com.au"; objCDOMail.Subject = "ALLPLASTICS << Enquiry Message >"; objCDOMail.TextBody = strIntro + strBody; if (Request("email") != "") { objCDOMail.ReplyTo = Request("email"); } objCDOMail.Send(); objCDOMail = null; Response.Redirect("enquiries_tks.asp"); } %>
Allplastics Engineering
Contact & Enquiries
Allplastics Engineering Pty Ltd
Unit 20/380 Eastern Valley Way
Chatswood NSW 2067 [ view map ]
Australia

Telephone: (02) 9417 6111
Fax: (02) 9417 6169
Email: sales@allplastics.com.au

Our business hours are Monday to Friday 8:30am to 5.00pm and Saturday 9.00am to 2.00pm. For specific information about our products, please complete the form below and we will reply within 48 hours. NOTE: Fields marked in red are compulsory.

" method="post" onSubmit="return checkform(this)">
Title Your First Name Your Surname
   
Company Name
   
Address
 
Suburb State Postcode
   
Country
       
Telephone Extension
   
Mobile Fax Email
   
Industry
 
Please contact me...  
I would like to place an order    
Add me to your mailing list and keep me up to date on new products.
Your Message