home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 December
/
PCWorld_1999-12_cd.bin
/
Software
/
Vyzkuste
/
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>