Help > Web Development > Object Reference > Code Samples > ASP
<a name="kanchor582"></a>ASP
These simple examples show the fundamentals of getting started using the ISYS:web.dk (admin) object framework with VBScript and ASP.

This section includes the following topics:
GLOBAL.ASADemonstrates adding ISYS to your global.asa
Creating the ISYS EngineDemonstrates creating the ISYS engine and storing it in application scope.
Opening an ISYS IndexDemonstrates opening a static index or a chain of indexes.
Executing a searchDemonstrates executing a command based query against an index.
Reloading a previously save result list.Demonstrates reloading a previously saved result list. This is useful when showing results in a paged fashion (1-10, 11-20...)
Enumerating the result listDemonstrates enumerating an ISYS result list.
Executing a "Query Within"Demonstrates executing a Query Within. This allows you to narrow a previously executed search by providing new search terms.
Walking the Concept TreeDemonstrates opening a Concept Tree, and displaying the top level nodes along with the first three child nodes. This produces a web directory-like view.
Using the ISYSImageCacheDemonstrates using the ISYSImageCache object from your web site.
Enumerating the ISYS catalogDemonstrates enumerating the ISYS catalog to display the result in a drop down list.