Quote:
> Hi
> I would welcome some help
> Is it possible to use Jscript on a network workstation to obtain
environment
> variables, in particular the Novell username, and pass them to a remote
> database using ASPso that only the logged on user's data is retrieved? I
> know how to get the data but not how to read the username variable.
> Thank you in advance for any help
> Chas
Have you tried Request.ServerVariables("LOGON_USER") in ASP &
VBScript?
Mark