JavaScript Validation
- by Sandeep Pathak
Have a text field in the jsp which shows and takes input for ftp Url like below :
ftp://ftplog:*****@10.203.291.177/abc/DS/Simulator/B11/B11/L2
The password field above is masked . Now when user tries the edit say ftp to sftp or File Path , He should re-type the password too , other wise What I will be getting in server is only "*" .
Can somebody suggest the best way of validating this . It has a lot of test cases that has to be taken care of .
Thanks .