| Information Tech. |
<%
set job = con.execute("SELECT * FROM rec_job_gallery WHERE category = '1'")
while not job.eof
free_icon_job = job("free_icon")
new_icon_job = job("new_icon")
%>
"><%=job("name")%>
<% if (free_icon_job = 1) then%>
<% end if%>
<% if (new_icon_job = 1) then%>
<% end if%>
|
<%
job.movenext
wend
%>
|
 |
| Services |
<%
set job2 = con.execute("SELECT * FROM rec_job_gallery WHERE category = '2'")
while not job2.eof
free_icon_job2 = job2("free_icon")
new_icon_job2 = job2("new_icon")
%>
"><%=job2("name")%>
<% if (free_icon_job2 = 1) then%>
<% end if%>
<% if (new_icon_job2 = 1) then%>
<% end if%>
|
<%
job2.movenext
wend
%>
|
 |
| Bio Information |
<%
set job3 = con.execute("SELECT * FROM rec_job_gallery WHERE category = '3'")
while not job3.eof
free_icon_job3 = job3("free_icon")
new_icon_job3 = job3("new_icon")
%>
"><%=job3("name")%>
<% if (free_icon_job3 = 1) then%>
<% end if%>
<% if (new_icon_job3 = 1) then%>
<% end if%>
|
<%
job3.movenext
wend
%>
|
 |
| Manufacturing |
<%
set job4 = con.execute("SELECT * FROM rec_job_gallery WHERE category = '4'")
while not job4.eof
free_icon_job4 = job4("free_icon")
new_icon_job4 = job4("new_icon")
%>
"><%=job4("name")%>
<% if (free_icon_job4 = 1) then%>
<% end if%>
<% if (new_icon_job4 = 1) then%>
<% end if%>
|
<%
job4.movenext
wend
%>
|
 |
| IT Companies |
<%
set job5 = con.execute("SELECT * FROM rec_job_gallery WHERE category = '5'")
while not job5.eof
free_icon_job5 = job5("free_icon")
new_icon_job5 = job5("new_icon")
%>
"><%=job5("name")%>
<% if (free_icon_job5 = 1) then%>
<% end if%>
<% if (new_icon_job5 = 1) then%>
<% end if%>
|
<%
job5.movenext
wend
%>
|