Search results

  1. SuperSniper6

    JavaScript if statement or do while loop?

    Good point. Although this particular issue has been fixed, I will remember that for future posts.
  2. SuperSniper6

    JavaScript if statement or do while loop?

    I am attempting to validate a text field entry so that it only accepts positive numbers via the windows prompt (JavaScript). When I pass the arguments through, however, the program either won't validate (if statement) or gets stuck in a infinite cycle (while or do-while). What could I do to get...
Top Bottom