<% '------------------sql zhuru '-----------防注入代码---------------- '--------定义部份------------------ 'Dim Fy_Post,Fy_Get,Fy_In,Fy_Inf,Fy_Xh,Fy_db,Fy_dbstr '自定义需要过滤的字串,用 "|||" 分隔 Fy_In = "'|||;|||and|||exec|||insert|||select|||delete|||update|||count|||*|||%|||chr|||mid|||master|||truncate|||char|||declare" '---------------------------------- Fy_Inf = split(Fy_In,"|||") '--------POST部份------------------ If Request.Form<>"" Then For Each Fy_Post In Request.Form For Fy_Xh=0 To Ubound(Fy_Inf) If Instr(LCase(Request.Form(Fy_Post)),Fy_Inf(Fy_Xh))<>0 Then response.redirect "http://www.it168.com" End If Next Next End If '---------------------------------- '--------GET部份------------------- If Request.QueryString<>"" Then For Each Fy_Get In Request.QueryString For Fy_Xh=0 To Ubound(Fy_Inf) If Instr(LCase(Request.QueryString(Fy_Get)),Fy_Inf(Fy_Xh))<>0 Then response.redirect "http://www.it168.com" End If Next Next End If ''''''''''-----------sql end %> <% adoconn15 keyword=replacestr(request("keyword")) %> 在线演示_软件专区_IT168.COM
在线演示排行榜
推荐软件下载
今日更新文章
当前位置:首页 > 软件产品专区 > 在线演示
    推荐演示软件
WPS Office 2005政府专用版抢先体验
    软件在线演示
在线演示软件高级搜索:
<% sqlstr= "select id,cname,cinstro,cinput_date from tbl_soft_sky where c2='1' and c3='1' and c5<>'' " if keyword<>"" then sqlstr=sqlstr &" and cname like '"& keyword &"' " end if sqlstr=sqlstr&" order by id desc" udc_rs.open sqlstr,udc_conn,3 if udc_rs.eof then response.write "没有演示软件。" else udc_rs.pagesize=10 icount=udc_rs.recordcount pages=(udc_rs.pagesize+icount-1)\udc_rs.pagesize page=request("page") if page=0 then page=1 udc_rs.absolutepage=page k=0 while not udc_rs.eof and k
· " target="_blank" class=p14><%=udc_rs("cname")%> (<%=formatdatetime(udc_rs("cinput_date"),2)%>)
<%=left(replace(udc_rs("cinstro"),vbcrlf,"
"),60)&"..."%>
<% udc_rs.movenext k=k+1 wend%> <%if pages>1 then%>
选择页码: <%if int(page)>((page-1)\10)*10 and page>10 then%> 上十页 <%end if%> <% if ((page-1)\10+1)*10 <%if i=int(page) then%> <%=i%> <%else%> <%=i%> <%end if%> <%next%> <%if (page\10+1)*10 下十页 <%end if%>
<%end if%> <%end if%>
 
<% udc_rs.close udc_conn.close set udc_rs=nothing set udc_conn=nothing %>