Good day
I am trying to retrieve the logged on user's ID in javascript so that i can do miracles with it. I have tried this:
var currentUserId = <%GetCurrentUserInfo.UserID %>;
currentUserId.toString());
which doesn't work for days, lol, can anyone help, please????