|
Posted by Thomas 'PointedEars' Lahn on 08/10/07 15:23
Gregor Kofler wrote:
> Christine Forber meinte:
>> [AJAX for auto-completion is hindered by built-in auto-completion]
>> 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.
If that was the case (I have not tested it), the attribute should be either
be declared (which however fails when parsed as tagsoup-HTML) or its value
set through a properly feature-tested DOM element property, because using it
as above would create invalid markup. Although no recent browser (I know
of) uses a validating (XML) parser, validity is crucial for a AJAX Web
application iff it uses XML or an XML application as underlying markup language.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Navigation:
[Reply to this message]
|