answersLogoWhite

0


Best Answer

If you refer to the character displayed that is used to mask a password in password fields, then no.

This is implemented by your web browser, and short of being the person responsible for developing that particular feature, it's not possible.

[now that I think of it, there may be some CSS trick that might do it - but I doubt that it would work on all browsers]

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Normally, the password input character is determied by the browser. However, there is a way to use whatever character you like for .ASP and .ASPX pages. Answers used to allow adding related links and did not allow links within answers. The related links function has been disabled, so we will see if this link remains for long [http://helpcentral.componentone.com/nethelp/c1inputASPNET/default.htm?turl=displayingapasswordcharacter.htm].


NOTE TO SUPERVISORS: Please leave the link in the answer, until Answers fixes the function for adding related links.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to change the password character in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is java script code for password?

There is an html form element for password. Validation script for password doesn't differ from script of html text element


How do you password protect a HTML webpage?

An HTML web page can not be password protected on its own. This is a task better suited for a language such as PHP when combined with HTML forms. You could ask the user for a password, and if it is correct create a cookie. When the user visits the site, you can redirect them elsewhere if they don't have the cookie.


How do you make a password box that stars the text with HTML?

Set the type to password instead of text. For example: <input type="password" name="password">


How do you display a textbox for accepting password from the user in HTML?

For this, you can create a password textbox. See the link below.


How will you create username and password HTML tags?

<input type="text" /> That could be used for a username <input type="password" /> That could be used as a password.


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using JavaScript.


How do you put password in stars instead of bullet in HTML code?

Input type, password can be used for putting passwords. It will make the inputs as bullets.


Character encodings in HTML?

See the related link below.


How do you specify a password in HTML?

Insert this into your code:Password:Obviously you will have to have used other things correctly in your code for it to work.


Why can't you send emails from my HTML?

zishy im probaly stuck what to do after the password and username is done


What character does every tag in HTML start with?

Every HTML tag starts with a less-than sign, as shown below.