由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 问global.asa
相关主题
[转载] 请教ASP高手how to add password protection using Dreamweaver?
怎样读取一个新网页内容(按一个button后出来的新网页)Data Center Location
如何在 IIS 里做 search 网页?有没有这样的script
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。请问怎么查网站访问者的ip地址?
用什么方法可以disable那个“view source”的功能呢?我的网址再次改版了,欢迎大家拍砖
Website forward/mask problem.web hosting in hongkong
中国block 1and1?大家给推荐个好的host
Webpage questionWeb application project estimation
相关话题的讨论汇总
话题: sub话题: visitors话题: end话题: onstart
进入BuildingWeb版参与讨论
1 (共1页)
s***f
发帖数: 173
1
有没有人用过GLOBAL.ASA?
怎么用GLOBAL.ASA,比如怎么调用这个文件?能不能给我一个例子?
比如:
<%
Sub Application_OnStart
Application("visitors")=0
End Sub
Sub Session_OnStart
Application.Lock
Application("visitors")=Application("visitors")+1
Application.UnLock
End Sub
Sub Session_OnEnd
Application.Lock
Application("visitors")=Application("visitors")-1
Application.UnLock
End Sub
%>
怎么能够让它工作起来??
谢了!
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
Web application project estimation用什么方法可以disable那个“view source”的功能呢?
ask for the website of VB IIS applicationWebsite forward/mask problem.
How to open a Windows Application (*.exe file) using a button in Flash?中国block 1and1?
Re: How to open a Windows Application (*.exe file) using a button in Flash?Webpage question
[转载] 请教ASP高手how to add password protection using Dreamweaver?
怎样读取一个新网页内容(按一个button后出来的新网页)Data Center Location
如何在 IIS 里做 search 网页?有没有这样的script
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。请问怎么查网站访问者的ip地址?
相关话题的讨论汇总
话题: sub话题: visitors话题: end话题: onstart