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?? ??? Link to comment https://forums.phpfreaks.com/topic/42274-autocomplete/ 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. Link to comment https://forums.phpfreaks.com/topic/42274-autocomplete/#findComment-205704 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 Link to comment https://forums.phpfreaks.com/topic/42274-autocomplete/#findComment-208552 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.