| 最新批出 |
经典案例 |
 |
| 457招聘 |
本站招聘 |
 |
<%
sql="select * from career where basclass='200' and state='1' order by updatetime desc"
rs.Open sql,cn,1,1
i=1
do while not rs.EOF and i<=10
%>| ·<%=subss(trim(rs("title")),28)%>
| <%
i=i+1
rs.MoveNext
loop
rs.Close
%>
|
<%
sql="select * from career where basclass='100' and state='1' order by updatetime desc"
rs.Open sql,cn,1,1
i=1
do while not rs.EOF and i<=8
%>| ·<%=subss(trim(rs("title")),28)%>
| <%
i=i+1
rs.MoveNext
loop
rs.Close
%>
|
| 留学点击排行 |
 |
<%
sql="select prono,title,querycount,updatetime from product where state='1' and classcode like '2%' order by querycount desc"
rs.Open sql,cn,1,1
i=1
do while not rs.EOF and i<=10
%>| <%=i%> <%=subss(trim(rs("title")),26)%> | <%
i=i+1
rs.MoveNext
loop
rs.Close
%>
| 澳洲论坛热点 |
 |
<%
sql="select keyno,title from forum where grade=1 and classcode='102' order by querycount desc,keyno desc"
rs.Open sql,cn,1,1
i=1
do while not rs.EOF and i<=10
%>| ·<%=subss(trim(rs("title")),28)%> | <%
i=i+1
rs.MoveNext
loop
rs.Close
%>
|
|
<%
sqltext="select classcode,classname from product_class where parentcode='201' and flag='0' order by sortnum "
rs.Open sqltext,cn,1,1
do while not rs.EOF
%>
<%
sql="select prono,title,querycount,updatetime from product where state='1' and classcode='"+rs(0)+"' order by sortnum desc"
rs2.Open sql,cn,1,1
k=1
do while not rs2.EOF and k<=8
%>
|
| ·<%=subss(trim(rs2("title")),40)%> [浏览<%=rs2("querycount")%>次] |
<%=dateValue(rs2("updatetime"))%> |
<%
k=k+1
rs2.MoveNext
loop
rs2.Close
%>
|
<%
rs.MoveNext
loop
rs.Close
%>
|
|
|