| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) Document (8) Events (8) ExtJS (9) Strings (3) perl (9) php (4) VBScript (1) Visual Basic (1)
New related comments Number of comments in the last 48 hours How to prompt the user with an inputbox in Javascript |
Prevent IE from offer to remember form data (a password)
Question: I don't want my users to be able to have my web form filled out by autocomplete. Can I disable it with JavaScript?Answer: Normally a user would have to configure their web browserTools->Internet Options->Content->Personal Information->Autocomplete where they can disable the saving of usernames and passwords. This cannot be done from JavaScript. You can try the property AUTOCOMPLETE in your HTML form:
Comments:
| |||||||||||||||||||||||