Script

S

Shona

Hi

Does anyone know how I can log the people that visit a page by their user
name? The page is on the Intranet.

Thanks
Shona
 
M

MD Websunlimited

Hi Shona,

You'll need to use an ASP page

Once the page is running, you can get the current username
from any of these expressions. I generally use the first
one.

request.servervariables("AUTH_USER")
request.servervariables("LOGON_USER")
request.servervariables("REMOTE_USER")
 
S

Shona

Hi

Thank you for that

I saved the page as an asp page but do I need to do or put anything else
before or after?

Cheers Shona
 
Top