I'm trying to use an input box to let the user type in two numbers. Is there a way to let the user type in ONLY numbers and ONLY two of them? Or is there a sure way of making sure that the typed symbols are numbers? Using Number() returns 0 in case of letters but can I distinguish this from a typed zero? Help appreciated.