Thanks monksname.
Let me tell you what I am trying to accomplish and maybe you can assist in a work around.
It isn't that big of a deal.
I was going to use the global.asa Session_OnStart event to write some information about the client to a log database,
but that doesn't help me if it is only triggered when an asp page is loaded.
The work around might be when any page (.asp or .html) in the web site is accessed for the first time, the session begins and the information is written to the logging database.
My suggestion to myself is to put a bit of code in all of the main pages for the onload event of the <body> that would call the script to run.