<%@LANGUAGE="VBSCRIPT" CODEPAGE="1254"%> <% Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %> <% Function CheckCAPTCHA(valCAPTCHA) SessionCAPTCHA = Trim(Session("CAPTCHA")) Session("CAPTCHA") = vbNullString if Len(SessionCAPTCHA) < 1 then CheckCAPTCHA = False exit function end if if CStr(SessionCAPTCHA) = CStr(valCAPTCHA) then CheckCAPTCHA = True else CheckCAPTCHA = False end if End Function Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.From = Request.Form("email") objCDO.To = "pete@flfrogman.com" 'objCDO.BCC = "avictor@cruzanconcepts.com" objCDO.Subject = "Florida Frogman Contact Us Submitted" objCDO.Body = Request.Form("name") & vbnewline & Request.Form("phone") & vbnewline & Request.Form("address1") & vbnewline & Request.Form("address2") & vbnewline & Request.Form("city") & ", " & Request.Form("state") & " " & Request.Form("zip") & vbnewline & vbnewline & "My Interests Are: " & vbnewline & Request.Form("interest") & vbnewline & vbnewline & "My Comments: " & vbnewline & Request.Form("comments") objCDO.Send() Set objCDO = Nothing %> Florida Frogman Inc. - Florida's Premier Dive Shop
Services
 

 

 


Florida Frogman, Inc.

2852 NW 72 Avenue
Miami, FL 33122
Ph: 305-599-9900

Store Hours
Mon-Fri 10:00am - 6:00pm
Sat 10:00am - 3:00pm

Location:
Our store is conveniently located across from Miami's airport between NW 25th Street and NW 36 Street on the west side of NW 72 Ave

Directions: For driving directions, click on the map on the LEFT or click here.

Contact Florida Frogman

<% if Request.ServerVariables("REQUEST_METHOD") = "POST" then strCAPTCHA = Trim(Request.Form("strCAPTCHA")) if CheckCAPTCHA(strCAPTCHA) = true then %> <% else %> <% end if end if %>
<% Response.Redirect("thank-you2.html") %>
ATTENTION: Form Not Submitted
You entered an incorrect Form Security ID #. Please Retry.


Do you have a question, comment, or suggestion? Please use one of the options below to contact us.

Fields marked with "*" are required.
Name * Phone Number *
Address 1
Address 2
City
State
Postal /Zip Code
E-mail Address *
What are you interested in? *
Diving & Snorkeling
PADI Instructions
Purchasing Equipment
 
Your Question/Comments *
<% if Request.ServerVariables("REQUEST_METHOD") = "POST" then strCAPTCHA = Trim(Request.Form("strCAPTCHA")) if CheckCAPTCHA(strCAPTCHA) = true then %> <% else %> <% end if end if %>
Form Security ID#:
This Is CAPTCHA Image
<% Response.Redirect("thank-you2.html") %>
You entered an incorrect Form Security ID #. Please Retry.
Enter the numbers displayed from the Form Security ID# above: