PDA

View Full Version : Using Javascript to Disable the remember username and password window


kramx7
10-11-2006, 05:58 AM
Most of the browsers has a feature that prompts the user to save the username or password when filling a form.

I just want to disable this feature.
Can i disable this feature using Javascript?

Because there are some users that will not read on the message or information on the pop window that prompts them to save the username and password.
I know it can be disabled manually through the browser's preferences.

Is it possible to disable it using javascript?

liorean
10-11-2006, 06:32 AM
Try adding an autocomplete="off" to either the form element or the input element. Note that this doesn't work on all browsers, and that it doesn't prevent using already saved passwords.

_Aerospace_Eng_
10-11-2006, 06:34 AM
Hmm cross posted. http://www.codingforums.com/showthread.php?p=495306