I'm pulling the server variable LOGON_USER and it returns a value of "DOMAIN\use rid" ... which is great, however completely useless if i want to use that value in javascript.
I could get the value of "DOMAIN\ral ph" at which point the \r becomes a carriage return and i get:
DOMAIN
alph
Is there any way in javascript to remove the "\" in a string?
Any help would be great!
I could get the value of "DOMAIN\ral ph" at which point the \r becomes a carriage return and i get:
DOMAIN
alph
Is there any way in javascript to remove the "\" in a string?
Any help would be great!
Comment