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!
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!