autocomplete="off" might work. It's stops the IE autocomplete dropdown from coming up, and it stops Mozilla's form manager from screwing everything up :) Not sure if it stops the password saving though.
-- Jon mailto:[EMAIL PROTECTED] Monday, July 22, 2002, 3:48:21 PM, you wrote: >>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? >> DC> Somebody posted a few weeks ago that you can just the autocomplete="no" DC> attribute or something very close to that to do this. Search the archives DC> for this topic, as it was just discussed and I can't find the exact thread DC> right now. For browsers that don't have the autocomplete feature, the DC> attribute will just be ignored while parsing. DC> Regards, DC> Dave. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

