File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/work/stat/Image/showpicture
Editing: work/stat/Image/showpicture/picture.asp
Full path: C:\ict\ICT\work\stat\Image\showpicture\picture.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="picture.inc"--> <!--#include file="folderpicture.asp"--> <!--#include file="findpicture.asp"--> <div align="center" class =text ˹�� | <%for page=1 to totalpage%> <a href="picture.asp?no=<%=page%>&start=<%=(pagesize)*(page-1)+1%>"> <%=page%></a> | <%next%> <br>�ӹǹ�ٻ <%=total%> �ٻ<br> </div> <table class=text width="75%" align="center"> <% numpic=0 maxnumpic=0%> <% for each f1 in fc if instr(f1.name,".gif") or instr(f1.name,".JPG") or instr(f1.name,".bmp") then numpic=numpic+1 if maxnumpic>=endrecord then exit for if numpic >= start then maxnumpic = maxnumpic+1 if numpic mod numpicinrow=1 then %><tr> <%end if%> <td align="center"> <a href=<%=f1.name%>> <img src=<%=f1.name%> width="100" height="100" alt=<%=f1.size&"bytes"%>><br> <%=f1.name%> </a> </td> <%end if%> <%end if%> <%next%> </table>