Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
global.asa
Package: 图书管理系统.rar [view]
Upload User: llrg7406
Upload Date: 2007-03-02
Package Size: 654k
Code Size: 1k
Category:
Education soft system
Development Platform:
Delphi
- <SCRIPT LANGUAGE=VBScript RUNAT=Server>
- 'You can add special event handlers in this file that will get run automatically when
- 'special Active Server Pages events occur. To create these handlers, just create a
- 'subroutine with a name from the list below that corresponds to the event you want to
- 'use. For example, to create an event handler for Session_OnStart, you would put the
- 'following code into this file (without the comments):
- 'Sub Session_OnStart
- '**Put your code here **
- 'End Sub
- 'EventName Description
- 'Session_OnStart Runs the first time a user runs any page in your application
- 'Session_OnEnd Runs when a user's session times out or quits your application
- 'Application_OnStart Runs once when the first page of your application is run for the first time by any user
- 'Application_OnEnd Runs once when the web server shuts down
- </SCRIPT>
- <SCRIPT LANGUAGE=VBScript RUNAT=Server>
- Sub Application_OnStart
- Application("dsn") = "DSN=newbookware;UID=;PWD=;"
- End Sub
- </SCRIPT>