Work With Password

As we have seen in many examples, when we write our password to login, it will not show. Here we show how to create such "password-boxes".
  1. The first input-box below is of type "text". You will be able see what you write/input in this box.
  2. The second input-box below is of type "password". You will not be able to see what you write here.
  3. The third input-box below is of type "text". As the user gives the password, here I have called JavaScript function to give the password here. This shows how the program will access the password.
  4. See the source page to see how it is done.
University of Kansas
 
Please enter your Name and Password
 
 
  Name      
 
  Password      
 
See your Password Below
 
 
  Return Password