phvfl & pbmods,
Thanks for the links. Like I said, I am not familiar with AJAX at all, so I will definitely need to break this down and figure it out and see how to implement it with the javascript / HTML that I am currently using.
I partially understand the flow of the code, but syntax is a different issue. That is where I will run into problems...know ing what to use and when (and how).
This was...
User Profile
Collapse
-
Thanks guys. I'm not too familiar with AJAX (...at all actually). Is this a simple process to do or is it really involved?
One thing I would of liked is to not submit the page. Right now I have everything running directly on the page... The user types in a password, and the meter changes. I have around 20 if-else statements to check if the password is contained...
If I am using AJAX, is there a way to have the code...Leave a comment:
-
I saw on some website there was an example of adding a text file into an array.
Ex:
[CODE=javascript]var items = new Array();
var itemLabels = new Array();
items[0] = ['file1.txt','fi le2.txt']; // List of files in group 1
itemLabels[0] = ['File 1','File 2']; // Description of files in group 2
[/CODE]
Now I am not sure what this actually would do, but does...Leave a comment:
-
Read / Search Text File in JS
Hello Everyone,
I posted yesterday about a password strength meter I am working on. Currently I have a function that checks if common passwords are used in the password itself (eg: qwerty, welcome, password1, etc...).
On the web, I found a large .txt file that contains over hundreds of commonly used passwords that I would like to implement into my PW checker (but would take up too much space by adding hundred of If-Else... -
You are godly.
Thanks for your help, that worked just as I wanted.Leave a comment:
-
Password Strength Meter Reset Problem
Hello everyone.
I am working on a Password Strength Meter and I am running into 1 problem that I would like to fix.
When pressing the "Clear Password & Try Again" button, the password clears out of the text box, but the meter will stay at its current position until text is entered back into the textbox. Once text is re-entered, the meter will display the results again. I would like everything to reset...
No activity results to display
Show More
Leave a comment: