FrankBro Posted October 15, 2009 Report Share Posted October 15, 2009 I was wondering if it is possible to dissable auto-indexing ( the way firefox remember informations entered in atext box) only for 1 box, like a specific command.Thanks. Link to comment Share on other sites More sharing options...
FrankBro Posted October 19, 2009 Author Report Share Posted October 19, 2009 really ? nobody ? Link to comment Share on other sites More sharing options...
jeffman Posted October 19, 2009 Report Share Posted October 19, 2009 (edited) It's not likely a browser provides an API for a thing like that.But you could create a window.onload handler that sets the box.value to "" Edited October 19, 2009 by Deirdre's Dad Link to comment Share on other sites More sharing options...
justsomeguy Posted October 19, 2009 Report Share Posted October 19, 2009 Like Dad said, there's not a standard way of doing that. You can try adding an autocomplete="off" attribute to your form or the fields, that may work for some browsers and toolbars. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now