|
At Northern Technology Inc we recognize the importance of establishing
good working relationships with our employees based on honesty, integrity,
and open communications. We go extra miles to help our employees in any
possible way, either work related or non-work related. We are dedicated
to understanding our employees' goals and helping them achieve those goals.
Please be sure to include your resume and salary requirements.
All prospective applicants must go through a drug screening
and background check.
Click the Job title to send
your resume.
<%
' on error resume next
Dim Connect, Record, Query
Set connect = server.createobject("adodb.connection")
connect.open "Driver={mysql}; server=localhost;uid=ntijobs;DATABASE=ntijobs_com;PWD=nti2008;"
query = "SELECT * FROM [jobs] ORDER BY Jobtitle"
set Record = connect.execute(query)
do until Record.EOF
%>
Position |
Description |
Location |
Salary |
|
<%=Record("Jobdesc") %> |
<%=Record("Jobloc") %> |
<%=Record("salary") %> |
<%
Record.MoveNext
Loop
record.close
connect.close
set record=nothing
set connect=nothing
%>
Click the
Job title to send your resume. |