home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / CLIENT / ISTUDIO / TEMPLATE / GLOBAL.ASA next >
Text File  |  1996-09-11  |  408b  |  17 lines

  1. <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
  2. Sub Session_OnStart
  3.     'Insert script to be executed when a session starts
  4. End Sub
  5.  
  6. Sub Session_OnEnd
  7.     'Insert script to be executed when a session ends
  8. End Sub
  9.  
  10. Sub Application_OnStart
  11.     'Insert script to be executed when the application starts
  12. End Sub
  13.  
  14. Sub Application_OnEnd
  15.     'Insert script to be executed when the application ends
  16. End Sub
  17. </SCRIPT>