Possible Duplicate:
Preventing Firefox from remebering the input value on refresh with Meta tag
For a simple text input, the browser usually "remembers" the user last inputs in the same fields.
Sometimes, for security reasons I suppose, some websites somehow prevent the input from remembering what the user typed. So I need to type my username every time I want to log into the website (double clicking the input field does not give me the dropdown list with the previously typed usernames).
Do you know if there's a HTML/JS property to prevent inputs from being remembered (under firefox), so I can override it and make the browser remember my input ?