<%
if request("areaP") = "--" then
%>
| Selecione uma área para sua busca poder ser efetuada. |
<%else
if request("busca") = "ok" then%>
<%dim ObjAdoConn, StrSQL, Rs
StrSQL = "SELECT * from tbs_trabalhe_conosco where AreaP="&sBDTratarNumero(request("AreaP"))&""
Conecta ObjAdoConn, StrSQL, Rs
if Rs.EOF then
else
opcao=0
do Until Rs.EOF%>
|
<%=Rs("Nome")%>
|
| Cargo Pretendido | Sexo |
| <%=Rs("cargoP")%> | <%=Rs("sexo")%> |
| Estado Civil | Pretensão |
| <%=Rs("est_civil")%> | <%=Rs("PretensaoS")%> |
| ">...Veja Mais |
|
<%Rs.MoveNext()
opcao = opcao + 1
loop
end if%>
<%end if%>
<%end if%>
|