I am getting the following JavaScript error:
'value' is null or not an object
Can someone please let me know what is the best way to check whether an object's value is NULL in JavaScript as I have been using:
if ((pNonUserID !== "") || (pExtUserID !== "")){
Is this correct or is there a better way?