开发者网络 动网主机 支持论坛 邮局 帮助
当前位置:网络学院ASP技术客户端相关 → 用ASP实现免费计数器提供-2
用ASP实现免费计数器提供-2
日期:2000年9月15日 作者: 人气:     [ ]
4.用户管理程序  
<%Response.Expires=0  
dim input()  
thisfile = server.mappath("counter.asp")  
Set fs = CreateObject("Scripting.FileSystemObject")  
Set thisfile = fs.OpenTextFile(thisfile,1,False)  
count = 0  
do while not thisfile.AtEndOfStream  
thisline = thisfile.readline  
Redim preserve input(count)  
input(count) = thisline  
count = count + 1  
loop  
thisfile.Close  
number=(count-1)/5  
set fs=nothing  
%>  
<html>  
<title>计数器管理系统</title>  
<body>  
<p align="center"><font style="font-size: 20pt">计数器管理系统</font></p>  
<p align="center">目前保留用户 <%=number%>个</p>  
<table width="760">  
<tr>  
<td width="100" ><font color="#FF00FF">编号</font></td>  
<td width="200"><font color="#FF00FF">用户名</font></td>  
<td width="360" ><font color="#FF00FF">网站名</font></td>  
<td width="100" ><font color="#FF00FF">删除</font></td>  
</tr>  
<%x=""  
for i=1 to number  
x=input((i-1)*5+1)  
Response.Write "<tr><td width='100'><font color=#00ffFF>" &i & "</font>"  
Response.Write "<td width=200 ><font color=#FFffFF>"&input((i-1)*5+1)&"</font></td>" Response.Write "<td
width=360 ><font color=#FF00FF>"&input((i-1)*5+4)&"</font></td>"  
Response.Write "<td width=100 align=left><a href=dele.asp?id=" &x& ">删除</a></td></tr>"  
next  
%>  
</table>  
</body>  
</html>  
5.用户删除处理程序dele.asp  
<%Response.Expires=0  
dim input()  
id=Request.QueryString("id")  
thisfile = server.mappath("counter.asp")  
Set fs = CreateObject("Scripting.FileSystemObject")  
Set infile = fs.OpenTextFile(thisfile,1,False)  
counter = 0  
do while not infile.AtEndOfStream  
thisline = infile.readline  
Redim preserve input(counter)  
input(counter) = thisline  
counter = counter + 1  
loop  
infile.Close  
number=(counter-1)/5  
Set outfile = fs.CreateTextFile(thisfile)  
outfile.WriteLine input(0)  
for i=1 to number  
if input((i-1)*5+1)<>id then  
outfile.WriteLine input((i-1)*5+1)  
outfile.WriteLine input((i-1)*5+2)  
outfile.WriteLine input((i-1)*5+3)  
outfile.WriteLine input((i-1)*5+4)  
outfile.WriteLine input((i-1)*5+5)  
end if  
next  
outfile.Close  
set fs=nothing  
Response.Redirect "manage.asp"  
%>  
---------------------------------------------------  
writen by aspboy and powered by http://easp.126.com  

(出处:)

相关文章:
 
·SQL Server 2000 SP4发布
·Sql Server 2005最新CTP简介及截图
·微软发布数据库新测试版 最终版明夏登场
·网络社区论坛即将成为互联网下一热点
·SET NOCOUNT的用法和注意事项
·全正则的检测IP是否合法的函数
·判断一个access数据库中某个表是否存在的方法
·用Asp生成条形码
·数字小写到英文大写的转换
·在不支持FSO的服务器上使用XMLDOM创建HTML文件
相关软件:
 
·拓域会员核心系统 v1.02
·深博贴吧(仿百度)双数据库版 v1.5
·通用草稿自动保存系统SipoAutoSaver v2.0
·BJXSHOP网上开店专家 v6.0 SP1 Build 20060118
·企业网站智能管理系统(TZIMS) v1.5
·bzmtv v1.0 正式版
·宜兴二级域名申请系统SQL版
·Mslove交友系统 v3.0
·亿人通讯录 v3.0
·深博贴吧(仿百度)双数据库版 v1.0
说明:本站部分内容收集于网络,如有侵犯您的权益请来信告知,我们会第一时间进行处理,谢谢
 → 特别推荐
 → 热点TOP10

关于本站 | 诚聘英才 | 业务合作 | 联系我们 | 广告合作 | 收藏本站

海口动网先锋网络科技有限公司版权所有
Copyright ? 2000 - 2003 AspSky.Net
中华人民共和国电信与信息服务业务经营许可证编号 琼 ICP 020077