Easy Tutorial
❮ Met Add Asp Ref Drive ❯

ASP StaticObjects Collection



The StaticObjects collection contains all objects added to application/session using the <object> tag in HTML.

Syntax

Parameter Description
key Required. The name of the item to retrieve.

Examples for the Application Object

Example 1

Loop through the StaticObjects collection:

Example 2

In Global.asa:

In ASP file:


Examples for the Session Object

Example 1

Loop through the StaticObjects collection:

Example 2

In Global.asa:

In ASP file:


❮ Met Add Asp Ref Drive ❯