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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to