Which of the following things is generally checked in JavaScript Form?
(A) Has the user left any required field empty?
(B) Has the user entered a valid E-mail address?
(C) Check whether contents of two fields are same or not?
(D) All of these
Answers
Answered by
1
Answer:
d
Explanation:
I Hope it is useful of you.
PLEASE FOLLOW ME
Answered by
0
Option (D) is the correct answer of this question.
Explanation:
Javascript is used for clients' side i.e in web browser validation. It means data is checked before submitting it to the server.
There are two types of validation control
- Client-side validation
- Server-side
Following are the functions of javascript:-
- It checks the field in the browser.
- It checks the email validation on the client-side in the web browser.
- It checking the content of the two textboxes.
- we can use the script tag for the javascript implementation.
Learn more:-
https://brainly.in/question/11753646
Similar questions