File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/work/showpicture
Editing: work/showpicture/findpicture.asp
Full path: C:\ict\ICT\work\showpicture\findpicture.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% total=0 for each f1 in fc if instr(f1.name,".gif")or instr(f1.name,".jpg") or instr(f1.name,".bmp") then total=total+1 end if next if total=0 then %> <div align="center" class=text> �ѧ������ٻ�Ҿ</div> <% else if request("no") = "" then pageno=1 start=1 else pageno=int(request("no")) start=int(request("start")) end if pagesize=18 numpicinrow=6 totalpage=total\pagesize if(total mod pagesize)<>"0" then totalpage=totalpage+1 end if if pageno<> totalpage then endrecord=pagesize else if(total mod pagesize)=0 then endrecord=pagesize else endrecord=(total mod pagesize) end if end if end if %>