home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / global.asa < prev    next >
Text File  |  2001-03-15  |  910b  |  21 lines

  1. <SCRIPT LANGUAGE=VBScript RUNAT=Server>
  2.  
  3. 'You can add special event handlers in this file that will get run automatically when
  4. 'special Active Server Pages events occur. To create these handlers, just create a
  5. 'subroutine with a name from the list below that corresponds to the event you want to
  6. 'use. For example, to create an event handler for Session_OnStart, you would put the
  7. 'following code into this file (without the comments):
  8.  
  9. 'Sub Session_OnStart
  10. '**Put your code here **
  11. 'End Sub
  12.  
  13. 'EventName              Description
  14. 'Session_OnStart        Runs the first time a user runs any page in your application
  15. 'Session_OnEnd          Runs when a user's session times out or quits your application
  16. 'Application_OnStart    Runs once when the first page of your application is run for the first time by any user
  17. 'Application_OnEnd      Runs once when the web server shuts down
  18.  
  19. </SCRIPT>
  20.  
  21.