% set list=Obj.Execute("Select * from member,jobs_adds where member.member_id=jobs_adds.company_id and jobs_adds.job_adds_id="&Request.QueryString ("Detail")&" ") %>
|
|
|
| Job title: | <%=list("position_name")%> |
| Company Name: | <%=list("company_name")%> |
| Educational Requirements: | <%=list("Educational_req")%> |
| Experience Required: | <%=list("Exp_req")%> |
| Salary range: | <%=list("salary_range")%> |
| Description: | <%=list("text_displayed")%> |
| City: | |
| State: | <%if list("country")="United States" then %><%=list("state")%><%End If%> |
| Country: | <%=list("country")%> |
| US Citizenship Required: | <%=list("us_citizenship")%> |
| Job Status: | <%=list("permanat")%> |
| Company URL: | <% if instr(list("URL"),"http://")then str=list("URL") else str="http://"&list("URL") end if %><%=list("URL")%> |
| Person to Contact: | <%=list("first_name")%> <%=list("first_name")%> |
| Telephone: | <%=list("phone")%> |
| Email: | "><%=list("email")%> |
| Go Back | |