How to check valid inputs in a Modal Dialog
I have written a jsl script which inputs three positive integers and creates a table. It works fine if the user gives valid inputs. My question is how can I verify the inputs to ensure that they are numeric and integers? Additionally, I would like to have the checking done within the modal dialog so that it will check for invalid input and give the user an opportunity to correct it. Lastly, my...