Write a JavaScript which validate all controls and retrieve all possible value from controls and display from Registration form of Practical 2 of Part 2. Also manage sessions in this program using JavaScript.
Tags used were:
1.form: The HTML form element defines a form that is used to collect user input
2.input: The input tag specifies an input field where the user can enter data.input elements are used
within a form element to declare input controls that allow users to input data.
3.fieldset :The fieldset tag is used to group related elements in a form.
4.legend : The legend tag defines a caption for the fieldset element.
Screenshots:
1.form: The HTML form element defines a form that is used to collect user input
2.input: The input tag specifies an input field where the user can enter data.input elements are used
within a form element to declare input controls that allow users to input data.
3.fieldset :The fieldset tag is used to group related elements in a form.
4.legend : The legend tag defines a caption for the fieldset element.
Screenshots:
Comments
Post a Comment