home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
Topware
/
aspedit
/
_SETUP.1
/
counter3.asp
< prev
next >
Wrap
Text File
|
1998-07-02
|
279b
|
13 lines
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Session_OnStart
' Lock the Application object
Application.Lock
' Increment the count
Application("Visits") = Application("Visits") + 1
' Unlock the Application object
Application.Unlock
End Sub
</SCRIPT>