Hi
I try to make a javascript that checks what language the user is using. But the if sentence is not running properly, it just goes down to the bottom and continiue running and not giving me correct return.
function isSecurity(chkFlag){
if (chkFlag == "true") return true;
if (chkFlag ==...
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.