ferdia Posted November 23, 2010 Share Posted November 23, 2010 Basically I want to know if its possible to tell if the browser has already entered the Username into the Username box of my login form by default. If there isn't, is there any way to stop it doing so by default? I'd go without in this particular application if I can't tell if its been done. Ferdia Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 23, 2010 Share Posted November 23, 2010 I believe the answer is no, however this may help: Disabling Autocomplete in Forms. Quote Link to comment Share on other sites More sharing options...
BlueSkyIS Posted November 23, 2010 Share Posted November 23, 2010 you could use javascript to check the .value of each field. Quote Link to comment Share on other sites More sharing options...
ferdia Posted November 23, 2010 Author Share Posted November 23, 2010 Javascript was where I thought this might end up. I'm assuming that a listener could be set up to watch for any changes? Then I could execute whatever code I fancy if it is triggered? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.