Results 1 to 4 of 4

Thread: HTML input type password

  1. #1
    Join Date
    Oct 2009
    Posts
    10

    HTML input type password

    I want to know the password command while creating html pages. I know the command used in html language is input type password but need information on the declaration of this command. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: HTML input type password

    The Password input type creates a single line window the user can enter text into. Password is a TYPE attribute value to the INPUT element for FORMs. It's exactly like the text type except when the text is entered, stars appear instead of the typed symbols or letters.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: HTML input type password

    <input type="password" /> Description: The <input type="password" /> tag submits passwords to the form.The input element with a type attribute whose value is "password" represents text which controls a box for entering a password.

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: HTML input type password

    Use the following syntax in html to declare input type password :
    Code:
    <input type=”password” name=”pass” size=”10” maxlength=”8”>

    Code:
    <FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST>
    
    name: <INPUT TYPE=TEXT NAME="name"><BR>
    password: <INPUT TYPE=PASSWORD NAME="password">
    
    <P><INPUT TYPE=SUBMIT VALUE="submit">

Similar Threads

  1. Replies: 1
    Last Post: 01-10-2011, 07:35 AM
  2. Input type with CSS
    By Miles Runner in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 05:51 PM
  3. Creating input text with background image in HTML
    By Measurer in forum Software Development
    Replies: 4
    Last Post: 23-12-2009, 10:13 PM
  4. Input type radio in html
    By BoanHed in forum Software Development
    Replies: 3
    Last Post: 18-11-2009, 02:07 PM
  5. Input Type Checkbox
    By raviranch in forum Software Development
    Replies: 5
    Last Post: 14-04-2009, 03:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,691,004.26210 seconds with 17 queries