Re: Is there some way to FORCE Msie to remember passwords?
- From: "Mark L. Ferguson" <marfer_mvpREMOVE@xxxxxxxxxxx>
- Date: Wed, 25 May 2005 09:56:34 -0500
No, but there are other solutions, like a script using a 'sendkeys' function. Put the focus in the GMail password box, and click a
shortcut in QuickLaunch for this script file.
--getmail.vbs--
set shell=createobject("wscript.shell')
shell.appactivate "<IE browser title goes here, or at least the first word of the title>"
shell.sendkeys "12345678"
shell.sendkeys "[ENTER]"
--end file--
--
Mark L. Ferguson
FAQ for MS Antispyware version 1.0.509
http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
marfers notes for windows xp http://www.geocities.com/marfer_mvp/chatNotes.htm
..
"P. Burrows" <me@xxxxxxxxxxx> wrote in message news:MPG.1cfdd84db700cfe7989e30@xxxxxxxxxxxxxxxxxxxxxxxx
>
>
> Some websites, like GMail, try to force the browser (like MSIE) to not
> remember the password. (It does this by setting autocomplete="off")
>
> Is there someway to override this so MSIE WILL remember it anyway?
>
> (Any solutions appreciated, including deletion of files, registery hacks
> etc - except use another browser ;-)
>
>
.
- Follow-Ups:
- Re: Is there some way to FORCE Msie to remember passwords?
- From: P . Burrows
- Re: Is there some way to FORCE Msie to remember passwords?
- References:
- Is there some way to FORCE Msie to remember passwords?
- From: P . Burrows
- Is there some way to FORCE Msie to remember passwords?
- Prev by Date: Re: install WinXP SP2 and now weird error
- Next by Date: Re: can't boot into window xp professional
- Previous by thread: Is there some way to FORCE Msie to remember passwords?
- Next by thread: Re: Is there some way to FORCE Msie to remember passwords?
- Index(es):
Relevant Pages
|