answersLogoWhite

0


Best Answer

JavaScript can do the validation checks easily. All you have to do is provide the values you want to validate.

User Avatar

Javonte Blick

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does the javascript function performs the validation check?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to do Clientside validation in struts?

check the following site. http://www.devarticles.com/c/a/JavaScript/Validators-Introducing-Struts-Validator-Framework/1/


What is a function of bios?

Performs a check on all internal components (Leng Heng )


How do you write a password validation using javaScript?

Although this password script would get you hacked in the blink of an eye, you could use <html> <head> <script type="text/javascript"> function PassCheck() { var pass=12345 var check=prompt("Enter Pass",""); if (pass==check) { document.write("Correct!") } else { document.write("Incorrect!") } } </script> </head> <body> <button type="button" onclick="PassCheck()">Enter Password</button> </body> </html>


How do you check length of password using javascript?

Use the length property of string in javascript.


How do you deselect a check box using JavaScript?

function uncheck () { form1.chkbx1.checked=false; } form1 is the name/id of the form chkbx1 is the name/id of the checkbox


What validation does the bar code use?

Digit Check


What are some examples of validation rules?

Validation rules limit what can go into a field. You might want to only allow values that are over 500 in a field, so the validation would be: >500 You might want dates that are before the 1st of January 2010, so that would be like this: <#01/01/2010#


How do you validate a number in java script?

JavaScript is written within an HTML page (or in an external .js file but technically it's still part of the page) and adds special effects to that page. W3Schools has some really good tutorials. You can find the link in the related links. You can write JavaScript in Notepad! However most people prefer an IDE. I like Komodo Edit, personally. You can find a link for Komodo in the Related Links.


What two tags does javascript have to be enclosed in?

as far as i know they are: <script type="text/javascript"> all my lovely javascript code!!! </script>


What is field validation?

Field validation ensures that a program or form is using clean incorrect data. A set of validation rules are used to check data that is entered into a system before it is processed.


Why script language such as javasript?

JavaScript can be useful for turning HTML into something more dynamic and interesting to the user. Also, you can do things like check to see if fields have been filled before a submit function is clicked. Although sometimes JavaScript can be ugly and very un-professional, it still has its uses today.


Figures in number sequences which provide validation?

Could it be check Digits?