Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by SuperSniper6

  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...
Back
Top Bottom