<%@ Language=VBScript %> <% on error resume next dim objMail 'These two lines are for the aspemail component Set objMail = Server.CreateObject("Persits.MailSender") objMail.Host = "smtp.readyhosting.com" ' Specify a valid SMTP server 'This is the line to use for the CDONTS component 'Set objMail = Server.CreateObject("CDO.message") dim strSubject dim strBody dim strFrom dim strName dim strEmail dim strPhone dim strComments strName = Request.Form("txtName") strFrom = Request.Form("txtEmail") strEmail = Request.Form("txtEmail") strPhone = Request.Form("txtPhone") strComments = Request.Form("txtComments") strSubject = "Web Submission" if IsValidEmail(strFrom) then strBody = strBody & "Name: " & strName & vbCrLf strBody = strBody & "Email: " & strEmail & vbCrLf strBody = strBody & "Phone: " & strPhone & vbCrLf strBody = strBody & "Comments: " & strComments & vbCrLf objMail.From = strFrom 'This is the line to use for CDONTS 'objMail.To = "info@roomsontheborder.com" 'This is the line to use for ASP Email objMail.AddAddress "info@roomsontheborder.com", "Hiren Patel" objMail.Subject = strSubject objMail.TextBody = strBody objMail.send Set objMail = Nothing end if ' A quick email syntax checker. It's not perfect, ' but it's quick and easy and will catch most of ' the bad addresses than people type in. Function IsValidEmail(strEmail) Dim bIsValid bIsValid = True If Len(strEmail) < 5 Then bIsValid = False Else If Instr(1, strEmail, " ") <> 0 Then bIsValid = False Else If InStr(1, strEmail, "@", 1) < 2 Then bIsValid = False Else If InStrRev(strEmail, ".") < InStr(1, strEmail, "@", 1) + 2 Then bIsValid = False End If End If End If End If IsValidEmail = bIsValid End Function %>
Mexico:  
  · Border Crossings (2 minutes)
· Tijuana (1 mile)
· Rosarito (20 miles)
· Baja California
   
Animal/Theme Parks:  
  · San Diego Wild Animal Park
  (45 minutes)
· San Diego Zoo (15 minutes)
· Sea World (20 minutes)
· Legoland (45 minutes)
     
College & Universities:  
 

· UC San Diego (45 minutes)
· San Diego State University
  (35 minutes)

     
Sports Attractions:  
  · Qualcomm Stadium (15 minutes)
· Petco Park (10 minutes)
     
Shopping/Entertainment:  
 

· Las Americas Mall (5 minutes)
· San Diego Factory Outlet Center
  (5 minutes)
· Duty Free Shops (Across the Street)
· Sunset Blvd. (20 minutes)

· Seaport Village (20 minutes)

· Viejas Outlet Center (45 minutes)


     
Transportation:  
  · Greyhound to Tijuana (3 minutes)
· Trolley Service (3 minutes)
· Mexicoach (5 minutes)
   
 | | | | | | | | |          O N    T H E    B O R D E R    I N    S A N    Y S I D R O,    C A          
| | | | | | | | |