<%@ LANGUAGE = VBScript %> <% Option Explicit %> <% Response.Expires= -1 %> Server Object

Server Object: List of Items (ASP)

Server Object properties: (under construction)

<% Response.Write( "" ) Response.Write( "" ) Response.Write( "") Response.Write( "
PropertyValue
ScriptTimeout" & Server.ScriptTimeout & "
" ) %> <% //call listItemsInObject(Server, "Server") %>

Need to add examples of the Server object's methods.