I am trying to assign javascript variable into coldfusion .But it's not working as expected.Please assist.
<cfif ADerror eq "Success" and len(trim(getDetails.userPrincipalName)) gt 0 >
<cfset userDomain = listGetAt(listGetAt(getDetails.userPrincipalName, 2, "@"), 1, ".") />
<cfset userID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.