"
HTML = HTML & ""
HTML = HTML & ""
' send an email to the user
set m=server.createobject("cdonts.newmail")
m.from=Request.form("EM")
m.to="sales@milcor.com"
m.subject="Contact Form Milcor"
m.BodyFormat = 0
m.MailFormat = 0
m.Body = HTML
m.send
end if
%>
MILCOR
Please contact us at sales@milcor.com or use the form below:
<% if request.Form("b")=1 then %>
Dear <%=request.Form("FN")%>,
Thank you for your time.
One of our consultants will contact you within 24-48 hours.