Posted by Christine Forber on 08/10/07 15:30
Gregor Kofler wrote:
> Christine Forber meinte:
>> I have created a form that incorporates AJAX to provide suggestions
>> from the database contents for the given field. The problem is that
>> many browsers do their own "suggestions" based on previous values used
>> for that field. These browser suggestions sometimes completely hide
>> the AJAX suggestions. Is there some way to turn off this browser
>> behaviour in the form? (Yes, I know how to do it with my browser, but
>> if it is happening to me, it is happening to my customers and I want
>> to stop that behaviour only for the AJAX enabled fields in this
>> particular form.)
>
> Some browser know a "autocomplete"-attribute for input fields.
> autocomplete="off" might help.
I only want to indicate when this feature should be turned off. Checked
and autocomplete="off" works in both FireFox and IE.
Many thanks.
Christine
Navigation:
[Reply to this message]
|