As I remember it, the autocomplete items for websites are filed according to the name of the textbox that you typed in. Hidden to you, websites have names for each of the textboxes on it. Some names are common, like, "address" or "name". So if you typed your name in a textbox called "name", your name is saved in the autocomplete list under "name". The next time that you start to type your name in a textbox named "name" (whether it is the same website or not), autocomplete will suggest the names that you had previously typed. The problem is if the website calls the textbox "yourname", "name2", or something different, the things you typed in the "name" textboxes will not be available for autocomplete. So, to answer your question, no, there is not a way to get it to work more often except to go to more websites and type your name in more textboxes. |