<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString <> "" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString) MM_valUsername = CStr(Request.Form("User")) If MM_valUsername <> "" Then Dim MM_fldUserAuthorization Dim MM_redirectLoginSuccess Dim MM_redirectLoginFailed Dim MM_loginSQL Dim MM_rsUser Dim MM_rsUser_cmd MM_fldUserAuthorization = "" MM_redirectLoginSuccess = "probationFiles.asp" MM_redirectLoginFailed = "probation.asp" MM_loginSQL = "SELECT Username, Username" If MM_fldUserAuthorization <> "" Then MM_loginSQL = MM_loginSQL & "," & MM_fldUserAuthorization MM_loginSQL = MM_loginSQL & " FROM Users WHERE Username = ? AND Username = ?" Set MM_rsUser_cmd = Server.CreateObject ("ADODB.Command") MM_rsUser_cmd.ActiveConnection = MM_Users_STRING MM_rsUser_cmd.CommandText = MM_loginSQL MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param1", 200, 1, 50, MM_valUsername) ' adVarChar MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param2", 200, 1, 50, Request.Form("Password")) ' adVarChar MM_rsUser_cmd.Prepared = true Set MM_rsUser = MM_rsUser_cmd.Execute If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> Wells County, Indiana | Probation Department

Resources For Parents
Resource
Link

Referring a child for incorrigibility

Indiana Code 31-37-2-4 permits parents to refer children to the probation department for being incorrigible. With assistance of the Wells County Prosecutor, procedures have been established for making a referral. Please follow carefully the directions on the Incorrigibility Forms.


Approved Service Programs For Junveniles
Program Type
Link
Substance Abuse Programs

Park Center, Inc.

Caring About People, Inc

Midwest Addictions Psychiatric and Psychological Services, Inc. (MAPPS)

Peace Counseling Center

Hester Hollis Concern Center

New Day Coming

Cognitive Thinking Programs
Psychological/Psychiatric Service Programs

Park Center, Inc

Family Service Society, Inc

Midwest Addictions Psychiatric and Psychological Services, Inc. (MAPPS)

Joan Phelps, MA, LMHC

Sex Offender Programs

Family Service Society, Inc

Phoeniz & Associates, Inc

Family Help Resources

The Network

Family Centered Services, Inc.

Teen Court

Other Service Programs For Junveniles

© Copyright, Wells County Indiana. All Rights Reserved.
Web Consulting by Claghorn Designs