An example:
I checked the 'code' via alert and saw that it was 'RRH'.
The 'currentUserId' was '78'.
My question is, how do you get 'code'(RRH) to equal 'currentUserID'(78) in javascript?
Code = RRH
RRH = 78
currentUserId = 78
Does that help?
I am a rookie at javascript so this may be a simple question.
If this doesn’t work, what am I missing? How do I get the code (RRH) from the page to equal the number value (78)? Is this not possible?
if(!found)
{
var salesman = document.getElementById('salesman1');
var...
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.