JavaScript Validation

Posted by Sandeep Pathak on Stack Overflow See other posts from Stack Overflow or by Sandeep Pathak
Published on 2012-04-02T05:26:37Z Indexed on 2012/04/02 5:29 UTC
Read the original article Hit count: 193

Filed under:
|
|

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 .

© Stack Overflow or respective owner

Related posts about jsp

Related posts about javasript