nonprogrammer
Technical User
Hello all,
I have an asp form that has a field where you can input numbers. I was wondering if there is a way to add a javascript that will check for duplicate numbers. For example if the user enters:
I have an asp form that has a field where you can input numbers. I was wondering if there is a way to add a javascript that will check for duplicate numbers. For example if the user enters:
Code:
UserName PartNumber StockNumber
Sam 123ABC 1
Sam 123ABC 2
Sam 234DEF 1
What I want to avoid is the user entering the same number in the StockNumber field.
Any help is greatly appreciated