<%@LANGUAGE="VBSCRIPT"%> <% Dim category Dim category_numRows Set category = Server.CreateObject("ADODB.Recordset") category.ActiveConnection = MM_ccjdpdb_STRING category.Source = "SELECT * FROM tbl_category" category.CursorType = 0 category.CursorLocation = 2 category.LockType = 1 category.Open() category_numRows = 0 %> <% Dim fedstate Dim fedstate_numRows Set fedstate = Server.CreateObject("ADODB.Recordset") fedstate.ActiveConnection = MM_ccjdpdb_STRING fedstate.Source = "SELECT * FROM tbl_federalorstate" fedstate.CursorType = 0 fedstate.CursorLocation = 2 fedstate.LockType = 1 fedstate.Open() fedstate_numRows = 0 %> <% Dim sourcetype Dim sourcetype_numRows Set sourcetype = Server.CreateObject("ADODB.Recordset") sourcetype.ActiveConnection = MM_ccjdpdb_STRING sourcetype.Source = "SELECT * FROM tbl_sourcetype" sourcetype.CursorType = 0 sourcetype.CursorLocation = 2 sourcetype.LockType = 1 sourcetype.Open() sourcetype_numRows = 0 %> CCJDP - Catholic Commision for Justice, Development & Peace Melbourne: Human Rights Register: Submit Report

Submit Report

Please fill in the following to submit a report for the Human Rights Register

   
*Your First Name:
*Your Surname:
Your Organisation:
*Your Contact Phone:
*Your Email:
   
Date of Incident:
Category:
Federal/State Matter:
Source Type:
Source:
Report:
 
  * Required Information

 

 

<% category.Close() Set category = Nothing %> <% fedstate.Close() Set fedstate = Nothing %> <% sourcetype.Close() Set sourcetype = Nothing %>