Re: Is there some way to FORCE Msie to remember passwords?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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 ;-)
>
>


.



Relevant Pages

  • weird COM hazard
    ... I'm getting strange hazard while running MSIE automation script. ... Child = DispatchWithEvents ... reference to the ConnectionStatus class, though obviously I make no such ...
    (comp.lang.python)
  • Re: something weird
    ... Mozilla just blocks the popup window. ... MSIE 6 pops up script ... When I deny them, MSIE 6 shows the ... Just somebody's sad practical joke. ...
    (microsoft.public.security)
  • Re: Adding CSS units to an old JS Script
    ... MSIE? ... That does work in FireFox, ... you can put this script in the head of your page ... var posX, posY, wMark, navDOM, markID; ...
    (comp.lang.javascript)
  • general time question
    ... A user requests a script file from a web site and the server ... This is time zone offset according to what javascript sends ...
    (php.general)
  • Re: How to get intermediate script results to browser?
    ... > Wow, I wonder why people do develope sites and only support MSIE, this ... standpoint that what I am doing will only work for latest MSIE browsers. ... This is sort of out of necessity. ... > have to send one mail from your php script. ...
    (alt.php)