asp+fso在线管理图片功能 <font color=red>原创</font>(3)
<input type="button" name="Submit2" value="全选/反选" onclick="CheckAll()" />
<input type="submit" name="Submit" value="确定删除所选的文件" />
</p>
<input name="action" type="hidden" id="action" value="delall" />
</div></td>
</tr>
</form>
</table>
<table width="760" height="21" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><div align="center">
<%
if filecounts mod pagesize=0 then
pagecount=filecounts/pagesize
else
pagecount=filecounts/pagesize+1
end if
if page>pagecount then
page=pagecount
else
page=page
end if
for ii=1 to PageCount
if page=ii then
response.write "<a href=picManage.asp?Page="&ii&">[<font color=red>"&ii&"</font>]</a> "
else
response.write "<a href=picManage.asp?Page="&ii&">["&ii&"]</a> "
end if
next
%>
</div></td>
</tr>
</table>
</body>
</html>