Hi,
freinds
i got below code from some one put in our daniweb.com my question is that is it working for HTML page also ??
Advance Thanx,
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
Application("WhoOn") = 0
End Sub
Sub Session_OnStart
Application.Lock
Application("WhoOn") = Application("WhoOn") + 1
Application.Unlock
End Sub
Sub Session_OnEnd
Application.Lock
Application("WhoOn") = Application("WhoOn") - 1
Application.Unlock
End Sub
</SCRIPT>
please check anybody and give me a solution for this thread