Javascript Code
Posted: Fri Feb 27, 2015 7:11 pm
by MichaelC
I want to test 2 user input boxes on a dialog and make sure they equal a certain value in each. If they do I want navigate to a new page. If not I want to stay on the dialog page for re-entry. Just a simple username and password that is for everyone no backend database.
Thanks in advance,
MC
Javascript Code
Posted: Fri Feb 27, 2015 7:36 pm
by Evgene Karachevtsev
Hello Michael,
Could you please clarify your question actually? What have you done already and what troubles do you have?
Javascript Code
Posted: Mon Mar 02, 2015 6:17 pm
by MichaelC
I want to see if the values entered = what is being test in the javascript.
If they do I want to close the dialog and navigate to another page.