- Inicio
- Áreas de práctica
- Perfil de Abogado
- Empresa
- Clientes
- Preguntas
- Contáctenos
- Pago Electrónico
% SUB sendmail( fromWho, toWho, Subject, Body ) Dim objCDO Dim iConf Dim Flds Const cdoSendUsingPort = 2 Set objCDO = Server.CreateObject("CDO.Message") Set iConf = Server.CreateObject("CDO.Configuration") Set Flds = iConf.Fields With Flds .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServer) = "mail-fwd" .Item(cdoSMTPServerPort) = 25 .Item(cdoSMTPconnectiontimeout) = 10 .Update End With Set objCDO.Configuration = iConf objCDO.From = fromWho objCDO.To = toWho objCDO.Subject = Subject objCDO.TextBody = Body objCDO.Send END SUB fromWho = TRIM( Request.Form( "fromWho") ) toWho = TRIM("andrei@andreitamas.com") Subject = "Online Contact Form in Spanish: " & TRIM( Request.Form( "Subject" ) ) Body = "----===== Attention: This Form Was Submitted In Spanish =====-----" & vbCrLf & vbCrLf Body = Body & "My Name is:" & TRIM( Request.Form( "sender_name" ) ) & vbCrLf Body = Body & "Phone Number: " & TRIM( Request.Form( "sender_phone" ) ) & vbCrLf Body = Body & "My online Contact Form Message is: " & TRIM( Request.Form( "Body") ) If fromWho <> "" THEN sendMail fromWho, toWho, Subject, Body 'Cleanup Set ObjCDO = Nothing Set iConf = Nothing Set Flds = Nothing Response.redirect "confirmation-es.shtml" ' Any existing page can be used for the response redirect method END IF %>
Nuestra oficina está localizada convenientemente en el centro de Chicago , Illinois en la siguiente dirección:
415 N. LaSalle Drive
Suite 402
Chicago, IL 60654
Muéstrame un mapa con direcciones de la oficina.
Steven D. Gertler y Asociados, Ltd. puede ser con contactada de la siguiente manera:
Teléfono de la Oficina Directo: (312) 781-6868
Teléfono de la Oficina Gratis: (888) SGertler (743-7853)
Fax de la Oficina: (312) 781-0808
SE HABLA ESPAŃOL
Email: contact@stevengertler.com
Si usted tiene cualquier pregunta o comentario, solo llene este formulario y lo contactaremos dentro de 24 horas laborales.