You could use flash forms.  That would nip that annoying auto complete
in the bud.  :)

~Brad

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 6:21 PM
To: CF-Talk
Subject: RE: Preventing auto-fill

> Is there a way to prevent a browser's autocomplete/autofill 
> feature from caching info on certain forms? For example, I 
> don't want a credit card form field to be cached via 
> autocomplete. The same with login prompts.

I'm not aware of any way you can programmatically disable this from
within
your scripts. As an end-user, I'd get pretty irked if someone did that
to
me! You can probably work around this by, say, dynamically naming your
form
fields. For example, you could append today's date to the form field
name,
and in your action page you could simply look for the appropriate field
name. Of course, this will deeply annoy your users who rely on autofill
and
similar functionality.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228975
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to