<% '************************************************************ '* ASP Form Field Validation * '************************************************************ DIM ErrorMsg, fullName, destination, depDate, retDate, contact const numFields = 9 dim errorArray() redim preserve errorArray(numFields) fullName = request.form("fullName") destination = request.form("destination") depDate = request.form("depDate") retDate = request.form("retDate") contact = request.form("contact") ErrorMsg = "" dim re set re = New RegExp 'FULL NAME re.Pattern = "^\w" re.Global = True re.IgnoreCase = True errorArray(0) = re.Test(fullName) if errorArray(0) then errorArray(0)=False else errorArray(0) = True ErrorMsg = " " end if 'DESTINATION if Len(destination) = 0 then errorArray(1) = True ErrorMsg = ErrorMsg & " " end if 'DEPARTURE DATE re.Pattern = "^\d{2}/\d{2}/\d{4}$" errorArray(2) = re.Test(depDate) if errorArray(2) then errorArray(2) = False else errorArray(2) = True ErrorMsg = ErrorMsg & " " end if 'RETURN DATE re.Pattern = "^\d{2}/\d{2}/\d{4}$" errorArray(6) = re.Test(retDate) if errorArray(6) then errorArray(6) = False else errorArray(6) = True ErrorMsg = ErrorMsg & " " end if 'CONTACT re.Pattern = "^\w" errorArray(7) = re.Test(contact) if errorArray(7) then errorArray(7) = False else errorArray(7) = True ErrorMsg = ErrorMsg & " " end if '************************************************************ %> UC Education Abroad Program - Country
 

  EAP Home Page

Friday November 21 2008



 

 

 

Welcome to the UC Study Center in Templand
serving EAP students at the following institutions:

  • Templand University
  • The University of Templand
  • The National Center for Templandians

Address:
123 Templand Road
Templand 389072

Phone: 1-800-Collect-1-555-4444
Email: contact@studycenter.edu

Office hours:
Mon-Fri 8:00 AM to 7:00 PM
Sat 10:00 AM to 3:00 PM
Closed Sunday

 

404.asp


 

 

 

 
Sign In / Sign Out

If you will be away for 24 hours or more, you must submit this Sign Out Form or provide the information requested separately to the Study Center. This information is crucial in case of an emergency.

   Before traveling, check with the U.S. Department of State to be sure there are no travel warnings for that region. You are required to abide by the EAP Travel Guidelines (See General Guide, Appendix IV). Check your email regularly while traveling.