H I O X INDIA
FREE HTML Tutorial
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

HTML Tutorial
Introduction
How To
HTML Tags
html, head, body
Text Manipulation
IMAGES
Special Effects
Using Tables
Forms
Other Topics
Ask Your Doubts
Feedback





Html Password Field


Topic

I want a field where password will be given, so i want the field values to be hidden?
How to create a password form field in html?



Explanation

Password Field

Example Code:
<form name=testform>
<input type=password>
</form>


Result:

Definition: The password field for a form is create by "input of type password".
The result shows a password field displayed.


Disable Password Field

Code:
<form name=testform>
<input type=password disabled>
</form>


Result:

Definition: The make the password field disabled (not-usable) just add an additional variable "disabled" in the input tag.




privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Other Links