I never figgured out why in 6.x IE never prompts to save a password. But I did discover how to turn off the autocomplete feature on a form... in your <input ...> tag, use <input autocomplete="off" ...> If your mail system is mostly used in a public place (cybercafe?) , this would be advisable. Also, while you're in there, also delete the line of code for the login.gif button and doSubmit() method, and replace it with a plain old <input type=Submit value=" Login "> . IMHO, Using a gif for a simple gray button is retarded, the programmers must have been on crack that day. Replacing it with a submit button will allow you to hit the enter key to submit the form (and not have to click the button with the mouse) ----- Original Message ----- From: "Guy Isabel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 2:05 PM Subject: Re: [IMail Forum] Save Password on Web Messaging > Interesting question. When I was using 6.06, this feature didn't work for me > either and Windows (98) never offered me the opportunity to remember my > credentials, though it did for other websites. > > I recently upgraded to IMail 7.02 and then *Windows* -- the same old Win98, > no mods -- asked me if I would like to have my credentials remembered when I > logged in to my IMail server. I didn't click on any checkbox on the IMail > login page; it was entirely a Windows thing. > > So I can't say exactly what is going on, short of resetting my Windows IE > 5.5 preferences to forget all passwords for the sake of running a test on > the IMail login page, which would be somewhat inconvenient for me. > > If anyone has some light to shed on this issue, I'd appreciate it. > > Guy > -- > Guy Isabel <[EMAIL PROTECTED]> > > > ----- Original Message ----- > From: Richard > To: [EMAIL PROTECTED] > Sent: Tuesday, August 14, 2001 3:07 PM > Subject: [IMail Forum] Save Password on Web Messaging > > > I have 7.02 Imail server with hotfix...I cannot get the Save Password > function to work on the web messaging on log in.....Is there something I > need to check.. > > Thanxs > > Richard Farris > Integrity Online KY/St. Louis > 1.800.548.3877 > 1.270.247.5555 > > > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
