We have an ASP.NET form with the following doctype:-
We need to add autocomplete=off (by setting the TextBox property of AutoCompleteType="Disabled") to the input fields but still need the form to pass XHTML Validation (yes I know it's not XHTML valid because of this).
Is there anythign we can do to ignore the autocomplete=off??
Something like:-
!ATTLIST input autocomplete CDATA #IMPLIED
Thanks in advance.
Al.