answersLogoWhite

0

There is an html form element for password. Validation script for password doesn't differ from script of html text element

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you script a RuneScape bot?

RuneScape bots use Java. Use a Java Binary Code.


Is there a no right click code that isn't java script?

Maybe with VB-script, if the browser is Internet Explorer.


What program code is the easiest to learn?

Most likely java script


Do you need to learn Java script to be able to use it?

No. Java Script is huge and learning all of it is impossible. Just try and code the basics and later get to the harder stuff


How do you write javascript codes for website on a mac?

You can write java script code on any platform be it mac, linux, solaris or windows. All you need is a mac version of notepad, some html page where you insert your java script code and a web browser where you view the html page. All major browsers support java script coding and all you need to do is enable the Java Script support in browsers if it is not enabled already.


What is embedding java script?

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert: <script type="text/javascript"> alert("Embedded alert!"); </script>


Why java applet is executed faster than java script?

The java applet is in the java language and is run local to your computer, java script is in the language java script, this can be run local to server or computer. Java and java script are to different languages that run two different ways.


What is java fx2.1.1?

Java script


Is Java script needed for Poptropica?

No, Java script is not needed to play poptropica.


What is the Java Script code to hack power school?

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0


How can you repeatedly execute a code in java script?

1) use for loop 2) do while loop


How do you call servlet from java script?

You can do this if:The Java Script code is present inside a JSP pageThe JSP page is part of a J2EE applicationBy submitting the HTML Form the control would go back to the Servlet.