Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tsquareweb

    JavaScript Comparison problem

    That did it, Thanks!
  2. tsquareweb

    JavaScript Comparison problem

    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?
  3. tsquareweb

    JavaScript Comparison problem

    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...

Part and Inventory Search

Back
Top