Check password strength using javascript
Here is simple method to check the password strength using javascript, just copy and paste the script given below in your registration field and customize it accordingly.Add this code below inside the body tags of your page.
Please make sure that when you just copy and paste the code given below do remember to change the quotes, it will be in ascii character while copying.Dont forget!!!!, if it is not changed the script wont work.
For example as you can see the quotes in the first line where the javascript is inside ” quotes and this one must be changed to double quotes when it is coped to your code.
Thank you very much.
Related posts:
- Password protect pages using javascript
- Write data to a page using javascript
- Simple Javascript Clock
- Disabling right click menu using javascript Enhanced Version
