Hi I am a little new to VBscript
Can anyone help me? I have a small set of code that gets the windows
user name & sets it into a URL. The URL then passes that to a browser
login & logs my users in (this already works). The small problem I am
having is I need to convert the username to Lower case & strip out the
doamin name, so that I end up with just the raw lowercase windows username.
This is what I have so far. I am sure its just my syntax as I have done this
before but it was a long time ago. Appreciate anyone who can help....
username=Lcase(Replace(Request.ServerVariables("AUTH_USER"), "DM_MONTYNT\", ""))
<message edited by vadread on Monday, November 21, 2011 6:00 AM>