Thanks! This was exactly the thing. Just add autocomplete=off to the form field, and it doesn't get stored by the browser.
The really sad thing is this: I use MS Outlook's task list to list all the things I need to do in an application, so that the little things that slip through the cracks of my brain have a safety net. I went there just now to add a task about adding autocomplete=off to sensitive form fields. Not only did I find that such a task already existed, but the note in the task referred to the CF-talk thread that you just had me search for! O tired brain! :) Matthieu -----Original Message----- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 3:48 PM To: CF-Talk Subject: Re: Explorer password saving feature >Hello. Internet Explorer, when certain settings are set and a user enters >a >username and password in a form, asks the user: > >"Do you want windows to remember this password, so that you don't have to >type it again the next time you visit this page?" > >I know how to disable this on my own computer. Here's the question: is >there a way to programatically disable it for a given password field? In >other words, can I somehow code the page, the field, the form, or whatever >so that when my page, signin.cfm, is submitted, IE doesn't prompt the user >or save the password? > Somebody posted a few weeks ago that you can just the autocomplete="no" attribute or something very close to that to do this. Search the archives for this topic, as it was just discussed and I can't find the exact thread right now. For browsers that don't have the autocomplete feature, the attribute will just be ignored while parsing. Regards, Dave. ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

