<%@LANGUAGE="VBSCRIPT"%> <% function TestCaptcha(byval valSession, byval valCaptcha) dim tmpSession valSession = Trim(valSession) valCaptcha = Trim(valCaptcha) if (valSession = vbNullString) or (valCaptcha = vbNullString) then TestCaptcha = false else tmpSession = valSession valSession = Trim(Session(valSession)) Session(tmpSession) = vbNullString if valSession = vbNullString then TestCaptcha = false else valCaptcha = Replace(valCaptcha,"i","I") if StrComp(valSession,valCaptcha,1) = 0 then TestCaptcha = true else TestCaptcha = false end if end if end if end function %> Anco Environmental Services - Request Custom Quote
" & vbCrLf) end if %>

 

Home
About Us
Residential Services
Industrial & Commercial Services
Our Equipment
Key Projects
Request a Quote
Testimonials
Contact Us
Careers
Links
Support Methods
Related Articles
Menu
Request Custom Quote


How would you prefer us to contact you regarding this request?

Phone Fax Email

Please describe the services you would like a quote for:

Please provide the following contact information:

First Name:
Last Name:
Phone:
Fax:
Email:
Address:
Address2:
City:
State:
Zip:
<% if not IsEmpty(Request.Form("btnTest")) then Response.Write("
") if TestCaptcha("ASPCAPTCHA", Request.Form("captchacode")) then Response.Write("The code you enter verified.") else Response.Write("You entered the wrong code.") end if Response.Write("

2007 © ANCO Environmental