| General Databases (71) Linux (42) Outside the Cube (2108) Programming (730) Web publishing (118) about DelphiFAQ (12) JavaScript (55) perl CGI (3) VBScript (1) Web Hosting (8) Windows (355)
|
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:
|