Seshadri M

Seshadri M

  • NA
  • 69
  • 16.5k

validate the age using javascript

Sep 6 2017 6:44 AM
I have textbox as follows
 
Age textbox1.text
 
in age textbox when I have to type the age greater than 60 means shows the message "False"
 
when i have type the age less than 60 means shows the message "True"
 
for that how can I validate in Javascript

Answers (1)