Fog Creek Software
g
Discussion Board




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
Tuesday, October 14, 2003

I meant the "AutoComplete" option for passwords

Anon
Tuesday, October 14, 2003

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/autocomplete.asp

The third link on:
http://www.google.com/search?q=autocomplete%20password%20disable

Anon
Tuesday, October 14, 2003

Sorry about posting this. Find the answer just the option AUTOCOMPLETE="OFF" inside the form tag does the trick. Thanks.

Anon
Tuesday, October 14, 2003

duh?

k
Tuesday, October 14, 2003

LOL. Sorry about the typos. Busy day.
Here's the corrected post:

Sorry about posting this thread. Found the answer. Just adding the option AUTOCOMPLETE="OFF" inside the form tag does the trick. Thanks.

Thanks anyway

Anon
Tuesday, October 14, 2003

*  Recent Topics

*  Fog Creek Home