| General Databases (73) Linux (41) Outside the Cube (5088) Programming (679) Web publishing (65) about DelphiFAQ (14) JavaScript (31) perl CGI (3) VBScript (1) Web Hosting (8) Windows (431)
|
How can I disable the autocomplete feature in my web site's form?
Question: How can I disable the autocomplete feature in my site's login form?Answer: Both Internet Explorer and Mozilla support a new autocomplete property in the <FORM> tag. By default it is enabled. Turn it off as shown in the sample form below; either turn it off for all fields in a form or only for selected input fields.Some notes on AutoComplete: The autocomplete feature for web forms was introduced by Microsoft with version 5 of Internet Explorer. If the user disables it in the menu (Tools - Internet options - Content - AutoComplete), then your site cannot turn it on.
Comments:
| |||||||||||||||||||||||