..


Sponsored Links

How do I disable auto-completion in an input field?

Many browsers in order to help the user log-in procedures, have included an auto-completion of forms. However, in certain circumstances, you may want to disable this feature (for example, when working with sensitive data such as, for example, credit card numbers).

To turn off auto-completion of a field just add autocomplete attribute with value "off" to the input tag in question. Here's an example:






 <input type="input" name="username" autocomplete="off">



In the same category ...
E-Learning
CSS (Course) CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €.
HTML (Course) HTML (Course)
The markup language for the Web from 29 €.
Web Design (Course) Web Design (Course)
Design Web Sites with HTML, CSS and Dynamic HTML. From 39 €.
Sponsored Links