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 Link to comment https://forums.phpfreaks.com/topic/219580-is-there-anyway-to-tell-if-the-browser-has-entered-default-form-values/ 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. Link to comment https://forums.phpfreaks.com/topic/219580-is-there-anyway-to-tell-if-the-browser-has-entered-default-form-values/#findComment-1138434 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. Link to comment https://forums.phpfreaks.com/topic/219580-is-there-anyway-to-tell-if-the-browser-has-entered-default-form-values/#findComment-1138447 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? Link to comment https://forums.phpfreaks.com/topic/219580-is-there-anyway-to-tell-if-the-browser-has-entered-default-form-values/#findComment-1138448 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.