<%set fs=server.createobject("scripting.filesystemobject") syslog=server.mappath("count.txt") if not fs.fileexists(syslog) then set ss=fs.createtextfile(syslog,true,false) ss.write("0") end if set ss=fs.opentextfile(syslog,1,true,false) count=ss.readline count=count+1 set ss=fs.opentextfile(syslog,2,true,false) ss.write(count) set ss=fs.opentextfile(syslog,1,true,false) result=ss.readline%> welcome to maxtor