| |
tedwards8
Posts: 1
Score: 0
Joined: 5/24/2005
From:
Status: offline
|
Hi I am new to ASP. I am writing some ASP code which will reside on a Server. When the code is run on the client side I need it to return the Username which is an Environment variable. I have tried: <% User = Environ("Username") ' I know Environ("Username") works in VB6 %> User is <%=User%> Does anyone know whether this is the correct method. If not I have compiled VB6 code into an OCX which does do this job, however I don't fully understand how to use my OCX within the ASP code.
|
|