global.asa
上传用户:llrg7406
上传日期:2007-03-02
资源大小:654k
文件大小:1k
源码类别:

教育系统应用

开发平台:

Delphi

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