Hello -
I have a form field the results from which should not start with a
digit. I have tried various permutations of the following without
success. Can anyone help me out?
//does not return false when it should
(document.my_fo rm.my_field.val ue.substring(0) == / \d /)
TIA
Dave Miller
I have a form field the results from which should not start with a
digit. I have tried various permutations of the following without
success. Can anyone help me out?
//does not return false when it should
(document.my_fo rm.my_field.val ue.substring(0) == / \d /)
TIA
Dave Miller
Comment