..
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">
| |
CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €. |
| |
HTML (Course)
The markup language for the Web from 29 €. |
| |
Web Design (Course)
Design Web Sites with HTML, CSS and Dynamic HTML. From 39 €. |