Perfect, programatically is what I meant.
Thanks...
-----Original Message-----
From: Sean Daniels [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 9:31 PM
To: CF-Talk
Subject: Re: Disabling "Save Username & Password" in IE 5
On 4/3/01 8:01 PM CF wrote:
> It's under
>
> Tools > Internet Options > Content > AutoComplete
You can do this on each workstation, or you can programmatically prevent
autocomplete on any field with the attribute "autocomplete" and the value
"off".
For example:
<input type="password" name="pass" autocomplete="off">
This way you can do it on a form by form basis in your code rather than
going to each workstation.
- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists