%@Language=VBScript%> <% Option Explicit '************************************************* '************************************************* ' FILE: default.asp ' APPLICATION: Projects ' CREATED BY: Randy Grubbs ' DATE: 4/23/2002 ' ' PURPOSE: ' ASP used to process HTML to include dynamic links based on ' relative path to root. ' ' REVISION HISTORY: '------------------------------------------------------------------------------ ' Date | Name | Description '------------------------------------------------------------------------------ ' '**************************************** ' Page Constants '**************************************** Const useDOTInclude = true Const useDatabase = false Const useSecurity = false '**************************************** ' Page Global Variables '**************************************** Dim intCounter Dim strPgType strPgType= "default" '**************************************** ' Common Subs and Functions '**************************************** %> <% '**************************************** ' Page Logic '**************************************** %>