1
Reply

validate the age using javascript

Seshadri M

Seshadri M

7 years ago
167
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)