im new to javascript, i want a javascript validation for validating txtbox
my requirement is to enter string in txtbox in dis form only(12_A-34)
i.e first 2 digit and 1 underscore and 1 Capital letter and 1 hypen and 2 digits.
if any thing change in the format it should alert msg,
it should enter only in this (12_A-34) format only
my requirement is to enter string in txtbox in dis form only(12_A-34)
i.e first 2 digit and 1 underscore and 1 Capital letter and 1 hypen and 2 digits.
if any thing change in the format it should alert msg,
it should enter only in this (12_A-34) format only
Comment