<% vkeyword=trim(request("keyword")) sql = "select today_focusid,title,updatetime from today_focus " if trim(vkeyword)<>"" then sql = "select today_focusid,title,updatetime from today_focus title LIKE '%" &vkeyword&"%' or content LIKE '%" &vkeyword&"%'" end if sql=sql + " order by updatetime desc" %> 山东经济信息网
 
今日聚焦搜索
 
 
电子政务
电子商务
信息安全
 
图片新闻搜索
 
 
 
当前位置:首页 >> 今日聚焦
       今日聚焦
<% Set rs=Server.CreateObject("ADODB.RecordSet") rs.open sql,session("sqlconnect"),1,1 cnt=rs.recordcount rs.PAGESIZE=20 pagesize=rs.PAGESIZE PgCounter=rs.PageCount Page=request("Page",1) if pgcounter<>0 then If Page="" Then Pageno=1 Else Pageno=Cint(Page) End If If Pageno<>1 Then PageUp=Pageno-1 Else PageUp=1 End If If Pageno<>PgCounter Then PageDown=Pageno+1 Else PageDown=PgCounter End If If PgCounter>0 Then rs.absolutepage=pageno 'pageno指示当前页 End If else pageno=0 end if %> <%if cnt<>0 then%> <% rowcount=rs.pagesize do while not rs.eof and rowcount>0 vupdatetime=year(rs("updatetime"))& "-"&month(rs("updatetime"))& "-"&day(rs("updatetime")) %> <% rs.movenext rowcount=rowcount-1 loop rs.close set rs=nothing %>
" target="1"> <%if len(rs("title"))>15 then%> <%=(left(rs("title"),30)+"...")%> <%else%> <%=rs("title")%> <%end if%>  <%=vupdatetime%>
>>
共<%=cnt%>条[首页|上一页|下一页|尾页]页次:<%=Pageno%>/<%=PgCounter%>页 转到第
<%else%> <%end if%>

 
 
Copyright © 2004 www.sd.cei.gov.cn, All Rights Reserved
山东省信息中心  版权所有©
建议使用IE5.0以上浏览器、分辨率800*600浏览