|
|
|
Implementing AutoComplete is easy, but there may be times when either the user or
the Web author does not want to use this feature. The AUTOCOMPLETE attribute allows
Web authors to selectively disable the AutoComplete feature for a single INPUT
type=text element or all INPUT type=text elements in a particular form. For example,
by providing a value of off, a particular field or the entire form can be disabled.
If a Web author does not want users to see the AutoComplete feature for a password
field, the AUTOCOMPLETE attribute can be used to disable the feature for that single
field, as in the following example:
<INPUT TYPE = password NAME = oPassword AUTOCOMPLETE = "off">
In addition, if a Web author does not want users to see the AutoComplete feature for
any field in a form, the AUTOCOMPLETE attribute can be used to disable the feature
for the entire form.
<FORM AUTOCOMPLETE = "off">
:
</FORM>
You can enable AutoComplete by setting the value of the autocomplete property to an
empty string.
To determine when a user updates the content of a field from the AutoComplete dialog
box, use the onpropertychange event, rather than the onchange event, because the
onchange event does not fire.
|
|
| How to keep your tables width stable even if you have long strings inside. Categories : CSS, Web Browsers, HTML, Beginner Guides | | | Table editable dynamic form with edit + selection (select / option) + checkbox.
Categories : Java Script, DHTML, User Interface, CSS, HTML | | | Unobtrusive javascript for maintaining scrollable layer state Categories : DHTML, Java Script, HTML | | | Javascript animated menu items Categories : DHTML, CSS, Java Script, HTML | | | Check if Javascript is Enabled or Disabled - Works in all Browsers Categories : Java Script, HTML, Web Browsers | | | Page Loading Message shown during the time your site's page is being loaded. Categories : HTML, CSS, Java Script | | | Parses HTTP_USER_AGENT so that you can customize your site to different browsers Categories : HTML, PHP, Complete Programs | | | How to use META REFRESH to auto refresh an html page
after x seconds. Categories : HTML | | | complete simply working javascript password generator file. Use letter, vowels, consonants (uppercase and lowercase) arrays to create a really random and secure password.
improved security using time functions to initialize random number generator. Categories : Java Script, HTML, Security, Authentication, Strings | | | How to put a subject line in the mailto link. Categories : Email, HTML | | | Javascript Background Scroller Categories : Java Script, CSS, HTML | | | hick Categories : HTML, Java Script | | | Clock at Status Bar Categories : Java Script, HTML, Date Time | | | Prevent Right Mouse steal your graphics Categories : HTML, Java Script, Security | | | KuPro1.0 - This application is for Libraries, To see their books and to maintain users books. This version is in Turkish, future vers may have English Support.
Categories : PHP, Java Script, DHTML | |
|
|