IT219 Web Programming II

Web Programming IITU Board 2023

Validate a form having the following fields and validation conditions : Age – Text field (integer with range 1 100) Gender – Radio Button (Value : Either Male, Female or Other) Hobbies – Check boxes…

5

Validate a form having the following fields and validation conditions : Age – Text field (integer with range 1-100) Gender – Radio Button (Value : Either Male, Female or Other) Hobbies – Check boxes (Values : swimming, dancing and singing) The form must be submitted and validated on the same page where the form exists and the validation error messages are to be shown in an unordered list.

A worked answer is on its wayMeanwhile, read the Web Programming II notes for this topic.

Discussion

Loading…

More Web Programming II questions

All Web Programming II old questions