Sex Offender Registry
Campus Sex Crimes Prevention Act Sex Offender Registry
The information provided on this site is intended to be in compliance with the Campus Security Act and for campus safety purposes only. It should not be used to intimidate, threaten, or harass. Misuse of this information may result in prosecution. CAUTION: This site does not contain information on all sex offenders; this site only contains information provided to this institution. For more information regarding state sex offender registries, please visit www.sexoffender.com.
Search
<% If blnDisplay Then strFirstName = Request.Form("FirstName") strLastName = Request.Form("LastName") strState = Request.Form("State") strCampus = Request.Form("Campus") If strCampus <> "" Then aryCampus = Split(Request.Form("Campus"), ";") strUniversityID = aryCampus(0) strCampusID = aryCampus(1) strCampus = aryCampus(2) End If If strFirstName <> "" Then If (InStr(strFirstName, "%") <> 0) Or (InStr(strFirstName, "_") <> 0) Then strSQL = strSQL & " AND FirstName LIKE " & PadQuotes(strFirstName) Else strSQL = strSQL & " AND FirstName = " & PadQuotes(strFirstName) End If End If If strLastName <> "" Then If (InStr(strLastName, "%") <> 0) Or (InStr(strLastName, "_") <> 0) Then strSQL = strSQL & " AND LastName LIKE " & PadQuotes(strLastName) Else strSQL = strSQL & " AND LastName = " & PadQuotes(strLastName) End If End If If strState <> "" Then strSQL = strSQL & " AND State = " & PadQuotes(strState) If strCampus <> "" Then strSQL = strSQL & " AND Location_CampusName = " & PadQuotes(strCampus) Set rsTemp = DRS(gblConn, strSQL) CheckError If RSEmpty(rsTemp) Then Response.Write "No results found." Destroy rsTemp Else Response.Write _ "
| Results | ||
| Name | " & vbCrLf & _ "" & vbCrLf & _ " | Reported By | " & vbCrLf & _ "
| " & rsTemp.Fields(0) & " " & rsTemp.Fields(1) & " | " & vbCrLf & _ "" & vbCrLf & _ " | " & rsTemp.Fields(2) & " | " & vbCrLf & _ "