|
|
|
|
|
|
|
| 企业之窗 |
|
>>更多 |
<%sqlhy="select top 10 * from hyxx where typename='企业之窗' order by newsid desc"
set rshy=server.Createobject("adodb.recordset")
rshy.open sqlhy,conn,1,3
do while not rshy.eof
%>
|
·
" target=_blank>
<%=rshy("shorttitle")%>
|
<%
rshy.movenext
loop
rshy.close
%>
|
|
| 服务与管理 |
|
>>更多 |
<%sqlhy="select top 10 * from hyxx where typename='服务与管理' order by newsid desc"
set rshy=server.Createobject("adodb.recordset")
rshy.open sqlhy,conn,1,3
do while not rshy.eof
%>
|
·
" target=_blank>
<%=rshy("shorttitle")%>
|
<%
rshy.movenext
loop
rshy.close
%>
|
|
| 人物访谈 |
|
>>更多 |
<%sqlhy="select top 10 * from hyxx where typename='人物访谈' order by newsid desc"
set rshy=server.Createobject("adodb.recordset")
rshy.open sqlhy,conn,1,3
do while not rshy.eof
%>
|
·
" target=_blank>
<%=rshy("shorttitle")%>
|
<%
rshy.movenext
loop
rshy.close
%>
|
|
|
|
|
|
|
<%
dim sqlperson,rsperson
dim rscompany,sqlcompany
Set rscompany= Server.CreateObject("ADODB.Recordset")
sqlcompany="select info_id,gsid,zrs,web,showname,company,dateandtime from job where showname<>'""' and flag=1 order by info_id"
rscompany.open sqlcompany,conn,1,1
zpnum=rscompany.recordcount
Set rsperson= Server.CreateObject("ADODB.Recordset")
sqlperson="select id,iname,sex,zye from person order by id desc"
rsperson.open sqlperson,conn,1,1
qznum=rsperson.recordcount
%>
| 企业招聘 |
|
|
|