Common Challenging Cycle Sheet For B.Tech, M.Tech (Integrated S.E) and M.C.A
Common Challenging Cycle Sheet For B.Tech, M.Tech (Integrated S.E) and M.C.A
JAVASCRIPT
4. Design a student registration form which takes student name, register number, DOB,
program, email id, temporary address, permanent address, phone number.
i) Validate the following using JavaScript:
a. Mobile number should be exactly 10 digits.
b. Register number should have alphabets and numbers only
c. Name should not exceed 30 characters and can be only alphabets.
DOM Events:
5. i)BSNL has designed a grievance registration form in HTML with name of customer, address,
telecom circle, email and grievance nature in a list box containing huge bills for limited mobile
usage, roaming charges and frequent service disruption and a submit button. ii) Write a
Javascript DOM event to be enabled when the user submits the form and display the complaint
details in a tabular format.
iii) If no grievance is selected, then invoke another DOM event to display “ No grievances”.