Assignment 5
Assignment 5
iii. Implement Java Script with regular expression to validate the following
iv. For Last Name field - the last name should be dot(.) followed by single letter
combination(Note:.K or .N.L is allowed.kumar or Nakul is not allowed ).
vi. With the Data of Birth input,calculate the age of the person and populate it in
the textbox automatically.
3.To create an html page with 2 combo box populated with month & year, to display
the calendar
for the selected month & year from combo box using javascript.