home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
- ' **** TODO this page actually belongs within the Benefits directory. Waiting for a build
- ' that will handle this properly. This is the global.asa for benefits, NOT for the overall
- ' ExAir site.
-
- Sub Session_OnStart
-
- End Sub
-
-
- Sub Application_OnStart
-
- Application.Lock
-
- ' Note that this application assumes that the SQLbenefits.dsn file is in the ODBC default
- ' directory for file DSN locations.
- Application("DSN") = "SQLbenefits.dsn"
- Application("Font1") = "FACE=" & Chr(34) & "VERDANA, ARIAL, HELVETICA" & Chr(34) & " SIZE=2"
- Application("Font2") = "FACE=" & Chr(34) & "VERDANA, ARIAL, HELVETICA" & Chr(34) & " SIZE=2"
- Application("Font3") = "FACE=" & Chr(34) & "VERDANA, ARIAL, HELVETICA" & Chr(34) & " SIZE=3"
- Application("Font5") = "FACE=" & Chr(34) & "VERDANA, ARIAL, HELVETICA" & Chr(34) & " SIZE=5"
-
- Application.Unlock
-
- End Sub
-
- </SCRIPT>
-