Griffo Posted March 11, 2007 Share Posted March 11, 2007 This may seem an odd request, but... does anyone know how to disable the the browsers built-in autocomplete funtion on a textbox I have my own autocomplete function in ajax and the browsers built- in autocomplete is not needed Is it possible to disable this from within the code?? ??? Quote Link to comment Share on other sites More sharing options...
ober Posted March 12, 2007 Share Posted March 12, 2007 Not within the code... that's a browser setting you cannot modify. Quote Link to comment Share on other sites More sharing options...
mainewoods Posted March 16, 2007 Share Posted March 16, 2007 <input type="text" name="cc" autocomplete="off" /> --supposed to work, never tried it myself --will cause xhtml validation failure 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.