![]() |
![]() |
![]() |
Disabling the "Save Password" option in IE I have a web application with Login form. Is there a way I can disable the "Save Password" option/dialog box in IE(client computer) from the server side. I don't want any user to be able to save the username/password for my web application. Is this possible? Thanks for all your inputs.
Anon
I meant the "AutoComplete" option for passwords
Anon
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/autocomplete.asp
Anon
Sorry about posting this. Find the answer just the option AUTOCOMPLETE="OFF" inside the form tag does the trick. Thanks.
Anon
duh?
k
LOL. Sorry about the typos. Busy day.
Anon
|