Page 1 of 1
Display whether autocomplete has been turned on
Posted: Wed Apr 26, 2006 4:30 pm
by stevieSky
In IE for autocomplete to work in forms the user has to go into settings and click on the autocomplete button and tick the forms buttons...does anyone know a way to detect this php or javascript?
Posted: Wed Apr 26, 2006 4:31 pm
by feyd
I don't believe there is a way to detect it being on or not per se. What are you wanting to do? There may be an alternate solution.
Posted: Wed Apr 26, 2006 4:56 pm
by stevieSky
In my php code i have two input boxes in a form that is created on the fly for whats is in the database...a client can add new fields...in these two fields i want to be able to display previous input but not in the database as too many fields and too much information so want to know if can detect autocomplete to show this too the user in an area i have where if something isnt working to go and check to see if it is turned on...for example i display whether javascript is enabled