Hi,
I am a newbie. I don't know javascript. I use the free javascripts and try to understand them.
I have a javascript now, to validate username and password. I paste it below. My question now. Is it possible to let it validate more than one username and password?
For example text3 and text4?
[HTML]<form>
<p>ENTER USER NAME :
<input type="text" name="text2">
</p>
<p> ENTER PASSWORD :
<input type="password" name="text1">
<input type="button" value="Check In" name="Submit" onclick=javascr ipt:validate(te xt2.value,"free ",text1.value," javascript") >
</p>
</form>[/HTML]
Thank you in advanced!
ojnoka
I am a newbie. I don't know javascript. I use the free javascripts and try to understand them.
I have a javascript now, to validate username and password. I paste it below. My question now. Is it possible to let it validate more than one username and password?
For example text3 and text4?
[HTML]<form>
<p>ENTER USER NAME :
<input type="text" name="text2">
</p>
<p> ENTER PASSWORD :
<input type="password" name="text1">
<input type="button" value="Check In" name="Submit" onclick=javascr ipt:validate(te xt2.value,"free ",text1.value," javascript") >
</p>
</form>[/HTML]
Thank you in advanced!
ojnoka
Comment