Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Application_OnEnd Event

The Application_OnEnd event occurs when the application ends, after the Session_OnEnd event (see below). Only the Server and Application objects are available.

Syntax: ASP Application_OnEnd Event
<SCRIPT LANGUAGE=ScriptLanguage RUNAT=Server> 
Sub Application_OnEnd
. . . 
End Sub
</SCRIPT>
Parameters: ASP Application_OnEnd Event

ScriptLanguage

Specifies the scripting language used to write the event script, either Sun ONE ASP VBScript or Sun ONE ASP JavaScript. If more than one event uses the same scripting language, the events can be enclosed within a single set of <SCRIPT> tags.

Runat

Must be Server.

See also:

Managing User Sessions

Using the Global.asa File

Saving Changes to the Global.asa File

Scripting Languages Reference



ContentsPreviousNextIndex