|
Checking form input
Ok... I'm trying to link an html form to java, so as to check the input against the input i'm looking for (like a password almost). I'm pretty sure that i could use an if-then loop to do it, but how would i write it so it takes the input from the form and sets it as a variable?
If there is an easier way to do this with just java I wouldnt mind seeing that either.
|