Re: Disable "prompt me to save passwords" programaticly?
From: Cathal Connolly [VB MVP] (cconnolly_at_eg-consulting.com)
Date: 08/24/05
- Next message: Dominick Baier [DevelopMentor]: "Re: Access to path **** denied."
- Previous message: Karl S.: "RE: Login failed for user '\'"
- In reply to: SteveSu: "Disable "prompt me to save passwords" programaticly?"
- Next in thread: WJ: "Re: Disable "prompt me to save passwords" programaticly?"
- Reply: WJ: "Re: Disable "prompt me to save passwords" programaticly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 24 Aug 2005 01:57:47 +0100
I don't believe you can disable it from a webpage, withour resorting to an
activeX control, or getting the users to click on a vbs file, but you can
mark your form/fields as not allowing autocomplete. To do this at the form
level do:
<FORM AUTOCOMPLETE = "off">
and at the field level
<INPUT TYPE = password NAME = txtPassword AUTOCOMPLETE = "off">
Cathal
"SteveSu" <ssunnerberg@hotmail.com> wrote in message
news:1124830473.752417.105330@g14g2000cwa.googlegroups.com...
Hi!
I have website which prompts the user to login to get access.
I want to disable the possibility that the user is prompted to save the
password by Internet Explorer. I can do this manually by unchecking
"Prompt me to save passwords" in the Tools->Internet
Options->Content->AutoComplete dialog. But is it possible to
programaticly disable this feature in code. This cause I canīt be sure
that users webbrowser has this feature disabled. Many different users
are using the same computer (and windows login).
Hope someone can help me out.
Thanks in advance
/ Steve
- Next message: Dominick Baier [DevelopMentor]: "Re: Access to path **** denied."
- Previous message: Karl S.: "RE: Login failed for user '\'"
- In reply to: SteveSu: "Disable "prompt me to save passwords" programaticly?"
- Next in thread: WJ: "Re: Disable "prompt me to save passwords" programaticly?"
- Reply: WJ: "Re: Disable "prompt me to save passwords" programaticly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]