[求助]看看这是什么问题
我的这段代码运行后出现这样的错误 代码: <% function jacky(counte_file) dim fs,txt,file application.lock set fs=server.createobject("scripting.filesystemobject") file=server.mappath(counte_file) set txt=fs.opentextfile(file,1,true) if not txt.atendofstream then jacky=clng(txt.readline) end if jacky=jacky+1 txt.close
set txt=fs.createtextfile(file,true) if err.number=70 then jacky="请先将"&file& "的只读属性去除!" else if err.number<>0 then jacky=err.description else txt.writeline jacky txt.close end if application unlock end function %> <html> <body bgcolor=white> <center><h2>访问计数器范例<hr></h2> 你是本站的第<%=jacky("/counte.txt")%>位贵宾! </body> </html> 错误:
无法显示网页 | |
您要访问的网页有问题,无法显示。 | |
请尝试以下操作:
HTTP 500 - 内部服务器错误 Internet Explorer 这是怎么回事 我上次还能打开的 可我这次系统还原以后就不行了 |