[thelist] Browser Autocomplete

Pete Freitag pf at cfdev.com
Thu Jul 8 13:54:16 CDT 2004


John.Brooking at sappi.com wrote:

>>From: "Sam Carter" <scforum at iness.com>
>>To: <thelist at lists.evolt.org>
>>Subject: [thelist] Browser Autocomplete
>>
>>If I have a single-line text input form field, is there any HTML that
>>can be used to ensure autocomplete will not operate in that field?
>>    
>>
>
>I do not know of a way to turn off autocompletion on a field-by-field basis,
>but Internet Explorer provides an "AUTOCOMPLETE" attribute for the FORM tag
>[1] which allows you to turn it off for that whole form.
>  
>
You can also specify <input autocomplete="off" ... /> on a field by field basis.

______________________________________
Pete Freitag
http://www.cfdev.com/
Author of the CFMX Developers Cookbook
http://www.petefreitag.com/bookshelf/




More information about the thelist mailing list