NT Apprenticeships and Traineeships Database
Use the form below to search the database for apprenticeships
and traineeships in the Northern Territory (NT).
For further information on apprenticeships and traineeships
visit the Training in the NT website at training.nt.gov.au.
Responsibility for comment on this website is taken by Margaret Banks on behalf of the Northern Territory Government, Department of Employment, Education and Training, Mitchell Centre, Darwin.
<%
APPRENTICESHIPChecked = ""
NAT_QUAL_CODEChecked = ""
RTO_NAMEChecked = ""
SELECT CASE Request.Form("SearchType")
CASE "APPRENTICESHIP"
APPRENTICESHIPChecked = "CHECKED"
CASE "NAT_QUAL_CODE"
NAT_QUAL_CODEChecked = "CHECKED"
CASE "RTO_NAME"
RTO_NAMEChecked = "CHECKED"
CASE Default
APPRENTICESHIPChecked = "CHECKED"
END SELECT
%>
<%
FUNDEDChecked = ""
NON_FUNDEDChecked = ""
BOTHChecked = ""
SELECT CASE Request.Form("SearchCategory")
Case Default
BOTHChecked = "CHECKED"
CASE "FUNDED"
FUNDEDChecked = "CHECKED"
CASE "NON FUNDED"
NON_FUNDEDChecked = "CHECKED"
CASE "BOTH"
BOTHChecked = "CHECKED"
Case Default
BOTHChecked = "CHECKED"
END SELECT
%>
|