Script

  • Thread starter Thread starter Shona
  • Start date Start date
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
 
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")
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Scrolling Image 2
Database Results Table 2
Open web without menus or toolbars 10
cdo script 7
Form 1
Date and Time 2
Format date 3
Confirmation page 2

Back
Top