代码如下:‘===================================== ‘获得文件后缀 ‘===================================== Function Get_Filetxt(ByVal t0) Dim t1 IF Len(t0)<2 Or Instr(t0,”.”)=0 Then Get_Filetxt=False:Exit Function t1=Split(t0,”.”) Get_Filetxt=Lcase(t1(Ubound(t1))
这个例子使用文本文件来写入用户的信息创建一个logfile.asp放在每一个asp的页面的顶端当有人来访问你的站点logfile.asp自动把他的信息写入LogFile.txt,如果相关的URl一样的话则不写入文件 File: LogFile.asp 代码如下: <% Dim ValidEntry ‘ Log variable ‘ First set that this log is valid ValidEntry = True ‘ If Session Variable “LogIn