Easy Tutorial
❮ Asp Intro Met Urlencode ❯

ASP StaticObjects Collection



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

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:


❮ Asp Intro Met Urlencode ❯