
a form that contains two textboxes;one for your name and another for telephone number.telephone number should have exactly 10 digits starting with the digit '9' and name should not be left blank.add a submit button also,when it is clicked name and telephone number would be dislayed on the screen.write appropriate javascript functio(s) to handle the above constraint.