Display whether autocomplete has been turned on

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
stevieSky
Forum Newbie
Posts: 10
Joined: Wed Apr 26, 2006 4:18 pm

Display whether autocomplete has been turned on

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
stevieSky
Forum Newbie
Posts: 10
Joined: Wed Apr 26, 2006 4:18 pm

Post 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
Post Reply