How browser's identify login forms?
问题 I'm trying to find out: how browsers identify login forms in different sites? Doesn't matter if I'm acessing my GMail account or some personal project, IE/Firefox always knows that that page contains login info. Do they conclude that simply searching for input types = password or there is some cookie information involved? Thank you in advance. Filipe 回答1: No only do they look for type=password they will also look for common input names for usernames and passwords. For example most browsers