Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get F/P username *without* ASP

Status
Not open for further replies.

comaboy

Programmer
Nov 6, 2001
261
GB
Hi,

I need to pull the the username of the logged in user on a restricted FrontPage site, (ie, the user logs on as "guest" or "joemoe"). The idea is to redirect all guests to an access request form.

Sort of...
If LOGON_USER = "guest" Then
'Do whatever
End If

I can do this in ASP with Request.ServerVariables(), but I can't fiqure out how to do this pure VBS. (The site doesn't support ASP) Can anyone help?

TIA!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top